diff --git a/docs/src/pages/guides/guide-react/index.md b/docs/src/pages/guides/guide-react/index.md index 9a1ad21407d..0b1ed604f45 100644 --- a/docs/src/pages/guides/guide-react/index.md +++ b/docs/src/pages/guides/guide-react/index.md @@ -26,12 +26,6 @@ npx -p @storybook/cli sb init --type react_scripts Note: You must have a `package.json` in your project or the above commands will fail. -If you're using [Create React App](https://create-react-app.dev/), use: - -```sh -npx -p @storybook/cli sb init --type react_scripts -``` - ## Manual setup If you want to set up Storybook manually for your React project, this is the guide for you.