diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-12-14 10:16:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 10:16:44 +0000 |
commit | 47c7049ccd93fe4d836244dfc164c314425448c9 (patch) | |
tree | 52446af40bf48608fcfa135ba11439ca51f8fbcd /README.md | |
parent | 51ad50d76d7f681184ad864798e99c171978d001 (diff) | |
download | gleam_stdlib-47c7049ccd93fe4d836244dfc164c314425448c9.tar.gz gleam_stdlib-47c7049ccd93fe4d836244dfc164c314425448c9.zip |
Correct language
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |