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