aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Gordon Goldbach <gologo.x@gmail.com> 2023-09-13 07:04:39 +0200
committerGravatar GitHub <noreply@github.com> 2023-09-12 22:04:39 -0700
commitc9c62f37e5bd6362220fb0a39ad20cffd73e486e (patch)
treef249d5f0abdcfd9f17dea50f552328adc84442cf
parent18b521d9b875f4514e413dbe9b614309fd1618aa (diff)
downloadbun-c9c62f37e5bd6362220fb0a39ad20cffd73e486e.tar.gz
bun-c9c62f37e5bd6362220fb0a39ad20cffd73e486e.tar.zst
bun-c9c62f37e5bd6362220fb0a39ad20cffd73e486e.zip
docs: Made bun-types install as dev dependency in example (#5120)
-rw-r--r--packages/bun-types/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-types/README.md b/packages/bun-types/README.md
index 19964c6f8..a4ca166a6 100644
--- a/packages/bun-types/README.md
+++ b/packages/bun-types/README.md
@@ -12,7 +12,7 @@ Install the `bun-types` npm package:
```bash
# yarn/npm/pnpm work too, "bun-types" is an ordinary npm package
-bun add bun-types
+bun add -d bun-types
```
# Usage