From 2c9f014c1c6d185dd5d58a43f650441d57009af3 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Fri, 4 Mar 2022 22:15:18 +0000 Subject: Correct README languages --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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} -- cgit v1.2.3