Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed May 28, 2024
1 parent 11dcf5a commit 1c2ae2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ The [examples](examples) folder contains working examples.
You can run one of them with

```bash
PORT=8080 yarn run examples:01_typescript
PORT=8080 pnpm run examples:01_typescript
```

and open <http://localhost:8080> in your web browser.

You can also try them in codesandbox.io:
[01](https://codesandbox.io/s/github/dai-shi/derive-zustand/tree/main/examples/01_typescript)
[02](https://codesandbox.io/s/github/dai-shi/derive-zustand/tree/main/examples/02_animals)
You can also try them directly:
[01](https://stackblitz.com/github/dai-shi/derive-zustand/tree/main/examples/01_counter)
[02](https://stackblitz.com/github/dai-shi/derive-zustand/tree/main/examples/02_animals)

0 comments on commit 1c2ae2e

Please sign in to comment.