aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index 218a4fd..0fc63c6 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# gleam_json
+# json 🐑
-A Gleam library for encoding decoding JSON.
+Work with JSON in Gleam!
### Encoding
@@ -42,10 +42,8 @@ assert Ok(_) = dynamic.atom(nope)
## Installation
-This package can be installed by adding `gleam_json` to your `rebar.config` dependencies:
+Add this package to your Gleam project.
-```erlang
-{deps, [
- gleam_json
-]}.
+```shell
+gleam add gleam_json
```