Skip to content

Commit

Permalink
fixed migration.md react npm cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-ahs authored Feb 9, 2024
1 parent 9b750c2 commit afac731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ Storybook uses `react` in a variety of docs-related packages. In the past, we've
To upgrade manually, add any version of `react` and `react-dom` as devDependencies using your package manager of choice, e.g.

```
npm add react react-dom --dev
npm add react react-dom --save-dev
```

#### start-storybook / build-storybook binaries removed
Expand Down

0 comments on commit afac731

Please sign in to comment.