aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-03-04 22:15:18 +0000
committerGitHub <noreply@github.com>2022-03-04 22:15:18 +0000
commit2c9f014c1c6d185dd5d58a43f650441d57009af3 (patch)
tree6688d133b16b6161ed8ee935a884b6f12092a52b /README.md
parentc3e41161ea13c43cc4b1f22e8b9c98a8430d1b0d (diff)
downloadgleam_stdlib-2c9f014c1c6d185dd5d58a43f650441d57009af3.tar.gz
gleam_stdlib-2c9f014c1c6d185dd5d58a43f650441d57009af3.zip
Correct README languages
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 51207bc..1b9dad0 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.
-```shell
+```sh
gleam add gleam_stdlib
```
@@ -19,7 +19,7 @@ gleam add gleam_stdlib
Import the modules you want to use and write some code!
-```rust
+```gleam
import gleam/string
import gleam/list.{contains}