From d57b4f08f868fa16fa640b7abf657332be672cf1 Mon Sep 17 00:00:00 2001 From: Andy Date: Mon, 12 Nov 2018 14:51:23 +0100 Subject: [PATCH] docs: Change story book command to `sb init` --- docusaurus/docs/developing-components-in-isolation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/developing-components-in-isolation.md b/docusaurus/docs/developing-components-in-isolation.md index 98368d31636..e96085bb35e 100644 --- a/docusaurus/docs/developing-components-in-isolation.md +++ b/docusaurus/docs/developing-components-in-isolation.md @@ -31,7 +31,7 @@ npm install -g @storybook/cli Then, run the following command inside your app’s directory: ```sh -getstorybook +sb init ``` After that, follow the instructions on the screen.