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.