Skip to content

Commit

Permalink
Update readme.md: add pnpm as install option (pmndrs#1819)
Browse files Browse the repository at this point in the history
* Update readme.md: add pnpm as install option

* Update readme.md

Co-authored-by: Blazej Sewera <code@sewera.dev>

---------

Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
Co-authored-by: Blazej Sewera <code@sewera.dev>
  • Loading branch information
3 people authored May 20, 2023
1 parent d61b70f commit dfa779b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit dfa779b

Please sign in to comment.