mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
docs: update readme to include bun install (#6811)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
@@ -138,6 +138,12 @@ Using pnpm:
|
|||||||
$ pnpm add axios
|
$ pnpm add axios
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Using bun:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ bun add axios
|
||||||
|
```
|
||||||
|
|
||||||
Once the package is installed, you can import the library using `import` or `require` approach:
|
Once the package is installed, you can import the library using `import` or `require` approach:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|||||||
Reference in New Issue
Block a user