aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-12-14 10:15:44 +0000
committerGitHub <noreply@github.com>2021-12-14 10:15:44 +0000
commit51ad50d76d7f681184ad864798e99c171978d001 (patch)
treea3ffc9f7735f8889c079c35862ac4a7f64215a23
parent6b208c0947d7696e0000f05df13ccbf56e1e828f (diff)
downloadgleam_stdlib-51ad50d76d7f681184ad864798e99c171978d001.tar.gz
gleam_stdlib-51ad50d76d7f681184ad864798e99c171978d001.zip
Gleam add
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0204a82..40036b2 100644
--- a/README.md
+++ b/README.md
@@ -9,11 +9,10 @@ Documentation available on [HexDocs](https://hexdocs.pm/gleam_stdlib/).
## Installation
-Add `gleam_stdlib` to the dependencies section of your `gleam.toml`
+Add `gleam_stdlib` to your Gleam project
```toml
-[dependencies]
-gleam_stdlib = "~> 0.18"
+gleam add gleam_stdlib
```
## Usage