Skip to content

Commit 04a9661

Browse files
gaearonmorgs32
authored andcommitted
Don't ask to install webpack for using Styleguidist (facebook#2656)
* Don't ask to install webpack for using Styleguidist * Update README.md
1 parent e45e612 commit 04a9661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-scripts/template/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1470,10 +1470,10 @@ Learn more about React Storybook:
14701470

14711471
Styleguidist combines of a style guide, where all your components are presented on a single page with their props documentation and usage examples, with an environment for developing components in isolation, similar to Storybook. In Styleguidist you write examples in Markdown, where each code snippet is rendered as a live editable playground.
14721472

1473-
First install Styleguidist and peer dependencies from npm:
1473+
First, install Styleguidist:
14741474

14751475
```sh
1476-
npm install --save-dev react-styleguidist webpack
1476+
npm install --save-dev react-styleguidist
14771477
```
14781478

14791479
Then, add these scripts to your `package.json`:

0 commit comments

Comments
 (0)