Skip to content

Commit

Permalink
Reorder Storybook resources to be more helpful (facebook#5035)
Browse files Browse the repository at this point in the history
  • Loading branch information
imgntn authored and Timer committed Sep 20, 2018
1 parent 4abc5c4 commit 7d41493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7d41493

Please sign in to comment.