From 3796d21abe4f6727215396d2dd2183e64ed21f4c Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Wed, 31 Mar 2021 20:44:04 +0100 Subject: [PATCH] Updates the cli message and url --- lib/cli/src/initiate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/src/initiate.ts b/lib/cli/src/initiate.ts index e549c5cc82ad..026e34e5091d 100644 --- a/lib/cli/src/initiate.ts +++ b/lib/cli/src/initiate.ts @@ -245,7 +245,7 @@ const installStorybook = (projectType: ProjectType, options: CommandOptions): Pr default: paddedLog(`We couldn't detect your project type. (code: ${projectType})`); paddedLog( - 'You can specify a project type explicitly via `sb init --type ` or follow some of the slow start guides: https://storybook.js.org/basics/slow-start-guide/' + 'You can specify a project type explicitly via `sb init --type `, see our docs on how to configure Storybook for your framework: https://storybook.js.org/docs/react/get-started/install' ); // Add a new line for the clear visibility.