diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-03-04 22:15:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 22:15:18 +0000 |
commit | 2c9f014c1c6d185dd5d58a43f650441d57009af3 (patch) | |
tree | 6688d133b16b6161ed8ee935a884b6f12092a52b /README.md | |
parent | c3e41161ea13c43cc4b1f22e8b9c98a8430d1b0d (diff) | |
download | gleam_stdlib-2c9f014c1c6d185dd5d58a43f650441d57009af3.tar.gz gleam_stdlib-2c9f014c1c6d185dd5d58a43f650441d57009af3.zip |
Correct README languages
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |