From 996c709eb7d5e4acb031383384d6e74bcf47ae99 Mon Sep 17 00:00:00 2001 From: solimant Date: Fri, 1 Mar 2024 00:54:55 -0500 Subject: [PATCH] Apply suggestions from code review --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99bf1ab4..b5a3d4b2 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,10 @@ yarn test ### Run Storybook -This project uses [Storybook](http://storybook.js.org/) for testing the look and behavior of its UI components. +This project uses [Storybook][http://storybook.js.org/] for testing the look and behavior of its UI components. ```bash -yarn start-storybook +yarn storybook ``` ## Concurrent Development