Skip to content

Commit 291dd52

Browse files
authored
Update README.md
1 parent 558d0a7 commit 291dd52

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,16 @@ Built with TypeScript for that sweet autocomplete and type safety. No more guess
1616
## Quick Start
1717

1818
```bash
19+
// npm
1920
npm install @tdanks2000/anilist-wrapper
21+
22+
// bun
2023
bun add @tdanks2000/anilist-wrapper
24+
25+
// yarn
2126
yarn add @tdanks2000/anilist-wrapper
27+
28+
// pnpm
2229
pnpm add @tdanks2000/anilist-wrapper
2330
```
2431

0 commit comments

Comments
 (0)