Skip to content

Commit

Permalink
Added 'bun' commands to installation instructions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ekamahuja committed Feb 25, 2024
1 parent a9f621c commit 1331853
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Caching queries is a good way to improve performance of your application
npm install ts-cache-mongoose
yarn add ts-cache-mongoose
pnpm add ts-cache-mongoose
bun add ts-cache-mongoose
```

- This plugin requires mongoose `6.6.x || 7.x || 8.x` to be installed as a peer dependency
Expand All @@ -59,14 +60,17 @@ pnpm add ts-cache-mongoose
npm install mongoose@6.12.2
yarn add mongoose@6.12.2
pnpm add mongoose@6.12.2
bun add mongoose@6.12.2
# For mongoose 7
npm install mongoose@7.6.4
yarn add mongoose@7.6.4
pnpm add mongoose@7.6.4
bun add mongoose@7.6.4
# For mongoose 8
npm install mongoose@8.0.0
yarn add mongoose@8.0.0
pnpm add mongoose@8.0.0
bun add mongoose@8.0.0
```

## Example
Expand Down

0 comments on commit 1331853

Please sign in to comment.