aboutsummaryrefslogtreecommitdiff
path: root/docs/project/development.md
diff options
context:
space:
mode:
authorGravatar Nilan Marktanner <nilan.marktanner@gmail.com> 2023-04-13 18:07:44 +0200
committerGravatar GitHub <noreply@github.com> 2023-04-13 09:07:44 -0700
commitd226a054aef3b6321a7b2f8378c7c6f709bc39a7 (patch)
tree1a96a75f2fd82956a2eac5c32515c21cc5598a11 /docs/project/development.md
parentaeb3bb949b0052d0573bef507f1b66bbcf4f3dc0 (diff)
downloadbun-d226a054aef3b6321a7b2f8378c7c6f709bc39a7.tar.gz
bun-d226a054aef3b6321a7b2f8378c7c6f709bc39a7.tar.zst
bun-d226a054aef3b6321a7b2f8378c7c6f709bc39a7.zip
Update development.md (#2647)
Diffstat (limited to '')
-rw-r--r--docs/project/development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/project/development.md b/docs/project/development.md
index 5f16e858f..7d320092d 100644
--- a/docs/project/development.md
+++ b/docs/project/development.md
@@ -70,7 +70,7 @@ In addition to this, you will need either `bun` or `npm` installed to install th
## Install Zig
-Zig can installed either with our npm package [`@oven/zig`](https://www.npmjs.com/package/@oven/zig), or by using [zigup](https://github.com/marler8997/zigup).
+Zig can be installed either with our npm package [`@oven/zig`](https://www.npmjs.com/package/@oven/zig), or by using [zigup](https://github.com/marler8997/zigup).
```bash
$ bun install -g @oven/zig