From 0ac0a37db8b5f3f70c8e77aebd3a546e54227526 Mon Sep 17 00:00:00 2001 From: Alexander Klizhentas Date: Wed, 20 Nov 2019 10:14:28 -0800 Subject: [PATCH] Update README.md (#2) --- web/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/README.md b/web/README.md index f004e90178575..06082506e0948 100644 --- a/web/README.md +++ b/web/README.md @@ -94,9 +94,9 @@ each component, and interactively develop and test components. To start a storybook: ``` -$ yarn start storybook +$ yarn run storybook ``` This command will open a new browser window with storybook in it. There you will see components from all packages so it makes it faster to work -and iterate on shared functionality. \ No newline at end of file +and iterate on shared functionality.