aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-11-23 17:31:23 +0000
committerLouis Pilfold <louis@lpil.uk>2021-11-23 17:31:23 +0000
commit31a3349d0fc2b82b6c1e4f71a397637f321e4068 (patch)
treec79bfbc27155eb192cfd156f046359d347db93b0
parente2209e2f2d13481a682dd3e31726d0ef810a5b2d (diff)
downloadgleam_stdlib-31a3349d0fc2b82b6c1e4f71a397637f321e4068.tar.gz
gleam_stdlib-31a3349d0fc2b82b6c1e4f71a397637f321e4068.zip
It is toml
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 05ac73b..35352c4 100644
--- a/README.md
+++ b/README.md
@@ -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"
```