2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

docs: update readme to include bun install (#6811)

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Ashcon Partovi
2025-03-10 10:04:03 -07:00
committed by GitHub
parent ec159e507b
commit 7821ef9f5b
+6
View File
@@ -138,6 +138,12 @@ Using pnpm:
$ pnpm add axios
```
Using bun:
```bash
$ bun add axios
```
Once the package is installed, you can import the library using `import` or `require` approach:
```js