We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b12f06 commit e2209e2Copy full SHA for e2209e2
README.md
@@ -9,20 +9,11 @@ Documentation available on [HexDocs](https://hexdocs.pm/gleam_stdlib/).
9
10
## Installation
11
12
-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`
13
14
```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
+[dependencies]
+gleam_stdlib = "~> 0.18"
26
```
27
28
## Usage
0 commit comments