aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-11-23 17:31:10 +0000
committerLouis Pilfold <louis@lpil.uk>2021-11-23 17:31:10 +0000
commite2209e2f2d13481a682dd3e31726d0ef810a5b2d (patch)
tree2eddce043024383c8dc4aa0f691eabfcabe5bce4
parent2b12f06ba8828e0831f9d673702bcdb664674c40 (diff)
downloadgleam_stdlib-e2209e2f2d13481a682dd3e31726d0ef810a5b2d.tar.gz
gleam_stdlib-e2209e2f2d13481a682dd3e31726d0ef810a5b2d.zip
gleam.toml based README
-rw-r--r--README.md15
1 files changed, 3 insertions, 12 deletions
diff --git a/README.md b/README.md
index 6fde150..05ac73b 100644
--- a/README.md
+++ b/README.md
@@ -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