diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |