Skip to content

Commit e2209e2

Browse files
committed
gleam.toml based README
1 parent 2b12f06 commit e2209e2

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,11 @@ Documentation available on [HexDocs](https://hexdocs.pm/gleam_stdlib/).
99

1010
## Installation
1111

12-
Add `gleam_stdlib` to the deps section of your `rebar.config` or `mix.exs`
12+
Add `gleam_stdlib` to the dependencies section of your `gleam.toml`
1313

1414
```erlang
15-
{deps, [
16-
{gleam_stdlib, "~> 0.17.1"}
17-
]}
18-
```
19-
20-
```elixir
21-
defp deps do
22-
[
23-
{:gleam_stdlib, "~> 0.17.1"},
24-
]
25-
end
15+
[dependencies]
16+
gleam_stdlib = "~> 0.18"
2617
```
2718

2819
## Usage

0 commit comments

Comments
 (0)