diff options
author | Giacomo Cavalieri <giacomo.cavalieri@icloud.com> | 2024-04-02 10:09:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-02 09:09:15 +0100 |
commit | e2b57b8e6150f824edbf044fd6222f0c81d6f1b3 (patch) | |
tree | 931e5661180000395554492dee5c2cbe70e48fb7 /pages/guide/01-quickstart.md | |
parent | bbefb97ba3d8f117b8cbef769180a4d8425cf145 (diff) | |
download | lustre-e2b57b8e6150f824edbf044fd6222f0c81d6f1b3.tar.gz lustre-e2b57b8e6150f824edbf044fd6222f0c81d6f1b3.zip |
:memo: Fix some typos. (#97)
Diffstat (limited to 'pages/guide/01-quickstart.md')
-rw-r--r-- | pages/guide/01-quickstart.md | 2 |
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 |