aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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