Fix document and package name
This commit is contained in:
parent
c5914a4d18
commit
e6f5d5bcb0
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "zustand",
|
||||
"name": "custom-zustand",
|
||||
"private": false,
|
||||
"version": "4.5.2",
|
||||
"description": "🐻 Bear necessities for state management in React",
|
||||
|
@ -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 install zustand # or yarn add zustand or pnpm add zustand
|
||||
npm install custom-zustand # or yarn add zustand or pnpm add 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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user