aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-12 20:45:37 +0000
committerGitHub <noreply@github.com>2022-01-12 20:45:37 +0000
commitea79d3bace742893776cacbfbe2074c970da0e3d (patch)
treee8bf61027466efb11bc828f10b58a2bf2c38b444 /README.md
parent089f29823bc3ed25ae7b4fed64c88e981a872b64 (diff)
downloadgleam_json-ea79d3bace742893776cacbfbe2074c970da0e3d.tar.gz
gleam_json-ea79d3bace742893776cacbfbe2074c970da0e3d.zip
list -> array
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5a3df4b..d9e3753 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ gleam add gleam_json
```rust
import myapp.{Cat}
-import gleam/json.{object, string, list, int, null}
+import gleam/json.{object, string, array, int, null}
pub fn cat_to_json(cat: Cat) -> String {
object([