From 066b55fdc5aeeab01b45c393ce2915d26646dd3b Mon Sep 17 00:00:00 2001 From: daishi Date: Tue, 28 May 2024 09:05:24 +0900 Subject: [PATCH] update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa5b4d3..6b4cf4d 100644 --- a/README.md +++ b/README.md @@ -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 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)