aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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([