diff --git a/MIGRATION.md b/MIGRATION.md index 349a6c0694d5..d34b071ac3ad 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -40,7 +40,7 @@ - [Add strict mode](#add-strict-mode) - [Removed DLL flags](#removed-dll-flags) - [Angular: Drop support for Angular \< 14](#angular-drop-support-for-angular--14) - - [Angular: Drop support for calling storybook directly](#angular-drop-support-for-calling-storybook-directly) + - [Angular: Drop support for calling Storybook directly](#angular-drop-support-for-calling-storybook-directly) - [Angular: Removed legacy renderer](#angular-removed-legacy-renderer) - [Docs Changes](#docs-changes) - [Standalone docs files](#standalone-docs-files) @@ -754,7 +754,7 @@ Earlier versions of Storybook used Webpack DLLs as a performance crutch. In 6.1, Starting in 7.0, we drop support for Angular < 14 -#### Angular: Drop support for calling storybook directly +#### Angular: Drop support for calling Storybook directly In Storybook 6.4 we have deprecated calling Storybook directly (`npm run storybook`) and removed support for it in Storybook 7.0 entirely. Instead you have to set up the Storybook builder in your `angular.json` and execute `ng run :storybook` to start Storybook. Please visit https://github.com/storybookjs/storybook/tree/next/code/frameworks/angular to set up Storybook for Angular correctly.