Skip to content

Commit

Permalink
Don't ask to install webpack for using Styleguidist (facebook#2656)
Browse files Browse the repository at this point in the history
* Don't ask to install webpack for using Styleguidist

* Update README.md
  • Loading branch information
gaearon authored and morgs32 committed Sep 1, 2017
1 parent e45e612 commit 04a9661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1470,10 +1470,10 @@ Learn more about React Storybook:

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.

First install Styleguidist and peer dependencies from npm:
First, install Styleguidist:

```sh
npm install --save-dev react-styleguidist webpack
npm install --save-dev react-styleguidist
```

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

0 comments on commit 04a9661

Please sign in to comment.