aboutsummaryrefslogtreecommitdiff
path: root/pages/guide/01-quickstart.md
diff options
context:
space:
mode:
Diffstat (limited to 'pages/guide/01-quickstart.md')
-rw-r--r--pages/guide/01-quickstart.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/guide/01-quickstart.md b/pages/guide/01-quickstart.md
index 4ada2d5..87e8ace 100644
--- a/pages/guide/01-quickstart.md
+++ b/pages/guide/01-quickstart.md
@@ -246,7 +246,7 @@ While we're here, we'll also add `gleam_json` so we can decode the response from
the cat API:
```sh
-$ gleam add gleam_json lustre_http
+$ gleam add lustre_http
```
Now we are introducing side effects, we need to graduate from `lustre.simple` to