diff options
author | 2023-09-13 07:04:39 +0200 | |
---|---|---|
committer | 2023-09-12 22:04:39 -0700 | |
commit | c9c62f37e5bd6362220fb0a39ad20cffd73e486e (patch) | |
tree | f249d5f0abdcfd9f17dea50f552328adc84442cf | |
parent | 18b521d9b875f4514e413dbe9b614309fd1618aa (diff) | |
download | bun-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.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 |