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 ef73fc8 commit 066b55f
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 @@ -69,11 +69,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_counter
```

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/use-valtio/tree/main/examples/01_typescript)
[02](https://codesandbox.io/s/github/dai-shi/use-valtio/tree/main/examples/02_suspense)
You can also try them directly:
[01](https://stackblitz.com/github/valtiojs/use-valtio/tree/main/examples/01_counter)
[02](https://stackblitz.com/github/valtiojs/use-valtio/tree/main/examples/02_suspense)

0 comments on commit 066b55f

Please sign in to comment.