diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-11-23 17:31:23 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-11-23 17:31:23 +0000 |
commit | 31a3349d0fc2b82b6c1e4f71a397637f321e4068 (patch) | |
tree | c79bfbc27155eb192cfd156f046359d347db93b0 /README.md | |
parent | e2209e2f2d13481a682dd3e31726d0ef810a5b2d (diff) | |
download | gleam_stdlib-31a3349d0fc2b82b6c1e4f71a397637f321e4068.tar.gz gleam_stdlib-31a3349d0fc2b82b6c1e4f71a397637f321e4068.zip |
It is toml
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ Documentation available on [HexDocs](https://hexdocs.pm/gleam_stdlib/). Add `gleam_stdlib` to the dependencies section of your `gleam.toml` -```erlang +```toml [dependencies] gleam_stdlib = "~> 0.18" ``` |