diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-12-14 10:15:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 10:15:44 +0000 |
commit | 51ad50d76d7f681184ad864798e99c171978d001 (patch) | |
tree | a3ffc9f7735f8889c079c35862ac4a7f64215a23 | |
parent | 6b208c0947d7696e0000f05df13ccbf56e1e828f (diff) | |
download | gleam_stdlib-51ad50d76d7f681184ad864798e99c171978d001.tar.gz gleam_stdlib-51ad50d76d7f681184ad864798e99c171978d001.zip |
Gleam add
-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 |