From 7d41493e73b06b76fa19ecfefede422a44837969 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Thu, 20 Sep 2018 10:36:13 -0700 Subject: [PATCH] Reorder Storybook resources to be more helpful (#5035) --- packages/react-scripts/template/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 8ad0d0dd..490eb5f5 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -851,7 +851,7 @@ npm install --save reactstrap bootstrap@4 Alternatively you may use `yarn`: ```sh -yarn add bootstrap@4 reactstrap +yarn add bootstrap@4 reactstrap ``` Import Bootstrap CSS and optionally Bootstrap theme CSS in the beginning of your ```src/index.js``` file: @@ -1807,9 +1807,9 @@ After that, follow the instructions on the screen. Learn more about React Storybook: -* [GitHub Repo](https://github.com/storybooks/storybook) -* [Documentation](https://storybook.js.org/basics/introduction/) * [Learn Storybook (tutorial)](https://learnstorybook.com) +* [Documentation](https://storybook.js.org/basics/introduction/) +* [GitHub Repo](https://github.com/storybooks/storybook) * [Snapshot Testing UI](https://github.com/storybooks/storybook/tree/master/addons/storyshots) with Storybook + addon/storyshot ### Getting Started with Styleguidist