diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -9,11 +9,10 @@ Documentation available on [HexDocs](https://hexdocs.pm/gleam_stdlib/). ## Installation -Add `gleam_stdlib` to the dependencies section of your `gleam.toml` +Add `gleam_stdlib` to your Gleam project ```toml -[dependencies] -gleam_stdlib = "~> 0.18" +gleam add gleam_stdlib ``` ## Usage |