Skip to content

Commit 0565978

Browse files
committed
docs(lib): better formatting for install code block
1 parent 4f4dc17 commit 0565978

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,16 @@
2020
## INSTALLATION
2121

2222
```bash
23+
// npm
2324
npm install @chronicstone/array-query
25+
26+
// yarn
2427
yarn add @chronicstone/array-query
28+
29+
// pnpm
2530
pnpm add @chronicstone/array-query
31+
32+
// bun
2633
bun add @chronicstone/array-query
2734
```
2835

0 commit comments

Comments
 (0)