From e6f5d5bcb0b6e30a81264b0294501d445a51d3a6 Mon Sep 17 00:00:00 2001 From: behnam Date: Mon, 22 Jul 2024 13:16:50 +0300 Subject: [PATCH] Fix document and package name --- package.json | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fde7ad3..e306ebf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "zustand", + "name": "custom-zustand", "private": false, "version": "4.5.2", "description": "🐻 Bear necessities for state management in React", diff --git a/readme.md b/readme.md index 3ee0ee3..36416a2 100644 --- a/readme.md +++ b/readme.md @@ -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).