Skip to content

Commit 7821ef9

Browse files
docs: update readme to include bun install (#6811)
Co-authored-by: Jay <[email protected]>
1 parent ec159e5 commit 7821ef9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ Using pnpm:
138138
$ pnpm add axios
139139
```
140140

141+
Using bun:
142+
143+
```bash
144+
$ bun add axios
145+
```
146+
141147
Once the package is installed, you can import the library using `import` or `require` approach:
142148

143149
```js

0 commit comments

Comments
 (0)