aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2025-02-11 22:08:27 +0800
committerkaiwu <kaiwu2004@gmail.com>2025-02-11 22:08:27 +0800
commit69afe037d3f65ba7c2405af5de5155feeaaa3274 (patch)
tree869340541028d2cceb25f728397bc1bb4ee0893b
parentce2f648035acb8128b87e4f3c69850a9f4e14a0b (diff)
downloadngs-69afe037d3f65ba7c2405af5de5155feeaaa3274.tar.gz
ngs-69afe037d3f65ba7c2405af5de5155feeaaa3274.zip
update README
-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"