diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-11-23 17:31:10 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-11-23 17:31:10 +0000 |
commit | e2209e2f2d13481a682dd3e31726d0ef810a5b2d (patch) | |
tree | 2eddce043024383c8dc4aa0f691eabfcabe5bce4 | |
parent | 2b12f06ba8828e0831f9d673702bcdb664674c40 (diff) | |
download | gleam_stdlib-e2209e2f2d13481a682dd3e31726d0ef810a5b2d.tar.gz gleam_stdlib-e2209e2f2d13481a682dd3e31726d0ef810a5b2d.zip |
gleam.toml based README
-rw-r--r-- | README.md | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -9,20 +9,11 @@ Documentation available on [HexDocs](https://hexdocs.pm/gleam_stdlib/). ## Installation -Add `gleam_stdlib` to the deps section of your `rebar.config` or `mix.exs` +Add `gleam_stdlib` to the dependencies section of your `gleam.toml` ```erlang -{deps, [ - {gleam_stdlib, "~> 0.17.1"} -]} -``` - -```elixir -defp deps do - [ - {:gleam_stdlib, "~> 0.17.1"}, - ] -end +[dependencies] +gleam_stdlib = "~> 0.18" ``` ## Usage |