From 0ece83293e0652320697afa4db8af55dd1b4372d Mon Sep 17 00:00:00 2001 From: iu Date: Wed, 5 Aug 2026 09:37:50 +0000 Subject: [PATCH] docs: fix local Storybook link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ab679ae6..3f544d9d8 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ yarn build yarn storybook ``` -4. Open your browser on (port 6006)[http://localhost:6006]. +4. Open [http://localhost:6006](http://localhost:6006) in your browser. Note: For Windows user, please use [WSL2 Linux](https://learn.microsoft.com/en-us/windows/wsl/install) to execute all the commands above. Make sure that the repository is cloned on the linux folder, not on your C drive.