aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5e4a4c8..b1e02a4 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
# ngs
-Write functional type-safe nginx script (njs) with [gleam](https://gleam.run)
-The app built conforms `es2020` standard, therefore it requires NJS QuickJS engine.
+Write functional type-safe nginx script [njs][1] with [gleam](https://gleam.run)
+
+The app built conforms to `es2020` standard, therefore it requires NJS QuickJS engine.
[![Package Version](https://img.shields.io/hexpm/v/ngs)](https://hex.pm/packages/ngs)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/ngs/)
Further documentation can be found at <https://hexdocs.pm/ngs>.
-## Development
-
+[1]: http://nginx.org/en/docs/njs/ "njs"