Skip to content

Commit

Permalink
docs(readme.md): change 'npm i' to 'npm install' (#2905)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvvon authored Dec 16, 2024
1 parent 382eeac commit 51c00d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Don't disregard it because it's cute. It has quite the claws, lots of time was s
You can try a live demo [here](https://githubbox.com/pmndrs/zustand/tree/main/examples/demo).

```bash
npm i zustand
npm install zustand
```

: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).
Expand Down

0 comments on commit 51c00d2

Please sign in to comment.