docs(readme.md): change 'npm i' to 'npm install' (#2905)

This commit is contained in:
Wonsuk Choi 2024-12-16 21:18:55 +09:00 committed by GitHub
parent 382eeaca0a
commit 51c00d22c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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).