From 0edc986c4acdaad57b80231ac7005740ee50a880 Mon Sep 17 00:00:00 2001 From: daishi Date: Wed, 15 May 2024 10:44:41 +0900 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1431bc0..fe2c8cd 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ PORT=8080 yarn run examples:01_counter and open in your web browser. -You can also try them in codesandbox.io: +You can also try them directly in browser: [01](https://stackblitz.com/github/dai-shi/use-signals/tree/main/examples/01_counter) [02](https://stackblitz.com/github/dai-shi/use-signals/tree/main/examples/02_jsx)