Skip to content

Commit 51c00d2

Browse files
authored
docs(readme.md): change 'npm i' to 'npm install' (#2905)
1 parent 382eeac commit 51c00d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Don't disregard it because it's cute. It has quite the claws, lots of time was s
1515
You can try a live demo [here](https://githubbox.com/pmndrs/zustand/tree/main/examples/demo).
1616

1717
```bash
18-
npm i zustand
18+
npm install zustand
1919
```
2020

2121
:warning: This readme is written for JavaScript users. If you are a TypeScript user, be sure to check out our [TypeScript Usage section](#typescript-usage).

0 commit comments

Comments
 (0)