diff options
-rw-r--r-- | packages/bun-types/README.md | 2 |
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 |