From 51c00d22c34de84e6d17c53c32fd142a6f5d6543 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Mon, 16 Dec 2024 21:18:55 +0900 Subject: [PATCH] docs(readme.md): change 'npm i' to 'npm install' (#2905) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3743a8ead1..9c39d80691 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 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).