From 8db8573d4f884404bcaac66a9d9aafebb0b08244 Mon Sep 17 00:00:00 2001 From: daishi Date: Mon, 20 May 2024 07:38:28 +0900 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8179f40..60a2285 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ PORT=8080 pnpm run examples:01_counter and open in your web browser. -You can also try them directly in browser: +You can also try them directly: [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)