From 04a96612132ff0d44fc45981bc9ae8492d4cdbf0 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 28 Jun 2017 14:27:52 +0100 Subject: [PATCH] Don't ask to install webpack for using Styleguidist (#2656) * Don't ask to install webpack for using Styleguidist * Update README.md --- packages/react-scripts/template/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index e30a4405d57..24821e3fcf2 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -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`: