aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-12-14 10:16:44 +0000
committerGitHub <noreply@github.com>2021-12-14 10:16:44 +0000
commit47c7049ccd93fe4d836244dfc164c314425448c9 (patch)
tree52446af40bf48608fcfa135ba11439ca51f8fbcd /README.md
parent51ad50d76d7f681184ad864798e99c171978d001 (diff)
downloadgleam_stdlib-47c7049ccd93fe4d836244dfc164c314425448c9.tar.gz
gleam_stdlib-47c7049ccd93fe4d836244dfc164c314425448c9.zip
Correct language
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 40036b2..c0f1ff1 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Documentation available on [HexDocs](https://hexdocs.pm/gleam_stdlib/).
Add `gleam_stdlib` to your Gleam project
-```toml
+```shell
gleam add gleam_stdlib
```