Skip to content

Commit edf775c

Browse files
authored
Update migration-to-storybook-7.md
As Storybook 8 is out there, users need to use the right version to migrate.
1 parent afcfce3 commit edf775c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/storybook-builder/migration-to-storybook-7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ npm install @storybook/[email protected] @storybook/web-components@6 --save-dev
1919
Then proceed with the `upgrade` script and follow it's interactive process:
2020

2121
```bash
22-
npx storybook@latest upgrade
22+
npx storybook@7 upgrade
2323
```
2424

2525
Then [configure the builder and framework](./configuration.md#configuring-builder-and-framework) in the main Storybook configuration.

0 commit comments

Comments
 (0)