Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Commit

Permalink
Don't ask to install webpack for using Styleguidist (#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 wmonk committed Aug 7, 2017
1 parent 8536426 commit a7efc39
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 a7efc39

Please sign in to comment.