aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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}