aboutsummaryrefslogtreecommitdiff
path: root/docs/install/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/install/index.md')
-rw-r--r--docs/install/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install/index.md b/docs/install/index.md
index 162a4abac..540ade9f0 100644
--- a/docs/install/index.md
+++ b/docs/install/index.md
@@ -114,7 +114,7 @@ $ bun add zod@latest
To add a package as a dev dependency (`"devDependencies"`):
```bash
-$ bun add --development @types/react
+$ bun add --dev @types/react
$ bun add -d @types/react
```