From 7821ef9f5be2d62fbc3f01040d9df6f2225eb9d8 Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Mon, 10 Mar 2025 10:04:03 -0700 Subject: [PATCH] docs: update readme to include bun install (#6811) Co-authored-by: Jay --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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