diff --git a/README.md b/README.md index 1a7f724..f333fa5 100644 --- a/README.md +++ b/README.md @@ -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