Skip to content

Commit 19d0c17

Browse files
authoredApr 11, 2024··
fix: install snippets in README
1 parent 4093ebe commit 19d0c17

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed
 

‎README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@
99

1010
## Installation
1111

12-
```sh
13-
$ npm install mendoza
14-
// or
15-
$ yarn add mendoza
12+
```bash
13+
npm install mendoza
14+
```
15+
or
16+
```bash
17+
pnpm install mendoza
18+
```
19+
or
20+
```bash
21+
yarn add mendoza
1622
```
1723

1824
## Usage

0 commit comments

Comments
 (0)