aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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