Remove duplicate text (#9597)

Remove duplicate text
This commit is contained in:
Michael Shilman 2020-01-23 09:49:44 +08:00 committed by GitHub
commit b859904409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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 ## Manual setup
If you want to set up Storybook manually for your React project, this is the guide for you. If you want to set up Storybook manually for your React project, this is the guide for you.