From 5b9d3c261202e860d0c64df83ba3a1e2600bfc41 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Fri, 24 May 2024 09:21:19 +0100 Subject: Correct import --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3de4559..496234f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ gleam add gleam_json ### Encoding ```gleam -import myapp.{Cat} +import myapp.{type Cat} import gleam/json.{object, string, array, int, null} pub fn cat_to_json(cat: Cat) -> String { -- cgit v1.2.3