aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-05-23 19:02:55 +0100
committerLouis Pilfold <louis@lpil.uk>2024-05-23 19:32:48 +0100
commit1979919b792910e6c75f3e28596f017d980b45ee (patch)
treee59fae108e195b6edc22bfc13181b2e2dcd7cd59 /README.md
parentefe70ef04ae57bca78344cd13ccf4e40eac3ed21 (diff)
downloadgleam_json-1979919b792910e6c75f3e28596f017d980b45ee.tar.gz
gleam_json-1979919b792910e6c75f3e28596f017d980b45ee.zip
Decoding
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 87d806b..3de4559 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,10 @@
Work with JSON in Gleam!
-Under the hood library uses [Thoas](https://github.com/lpil/thoas/), the fastest
-and most memory efficient pure Erlang JSON encoder/decoder.
-
## Installation
+Erlang/OTP 27.0 or higher is required when targeting Erlang.
+
Add this package to your Gleam project.
```shell