From db75294ad230e06ddcee3ae6a8b457794d1add93 Mon Sep 17 00:00:00 2001 From: Keraito Date: Wed, 12 Sep 2018 12:33:42 +0200 Subject: [PATCH] Update missed getstorybook occurrences --- lib/cli/lib/initiate.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/cli/lib/initiate.js b/lib/cli/lib/initiate.js index 685964e6e7a..5f019c21a96 100644 --- a/lib/cli/lib/initiate.js +++ b/lib/cli/lib/initiate.js @@ -73,7 +73,7 @@ export default function(options, pkg) { logger.log(); paddedLog('There seems to be a storybook already available in this project.'); paddedLog('Apply following command to force:\n'); - codeLog(['getstorybook -f']); + codeLog(['storybook init -f']); // Add a new line for the clear visibility. logger.log(); @@ -173,10 +173,10 @@ export default function(options, pkg) { default: paddedLog(`We couldn't detect your project type. (code: ${projectType})`); paddedLog( - "Please make sure you are running the `getstorybook` command in your project's root directory." + "Please make sure you are running the `storybook init` command in your project's root directory." ); paddedLog( - 'You can also install storybook for plain HTML snippets with `getstorybook --html` or follow some of the slow start guides: https://storybook.js.org/basics/slow-start-guide/' + 'You can also install storybook for plain HTML snippets with `storybook init --html` or follow some of the slow start guides: https://storybook.js.org/basics/slow-start-guide/' ); // Add a new line for the clear visibility.