From dfa779b14d515730d8f91a1020ada6e75386c059 Mon Sep 17 00:00:00 2001 From: Valerii Petryniak <44531564+valerii15298@users.noreply.github.com> Date: Sun, 21 May 2023 01:55:27 +0300 Subject: [PATCH] Update readme.md: add pnpm as install option (#1819) * Update readme.md: add pnpm as install option * Update readme.md Co-authored-by: Blazej Sewera --------- Co-authored-by: Daishi Kato Co-authored-by: Blazej Sewera --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1eca21d6b6..299db79e31 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 +npm install zustand # or yarn add zustand or pnpm add zustand ``` :warning: This readme is written for JavaScript users. If you are a TypeScript user, don't miss [TypeScript Usage](#typescript-usage).