Skip to content

Commit

Permalink
docs(README): Update reactstrap install command (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitattack authored and TheSharpieOne committed Oct 24, 2018
1 parent 07ec4b5 commit 13e60ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -34,8 +34,8 @@ Then open [http://localhost:3000/](http://localhost:3000/) to see your app. The
Install reactstrap and Bootstrap from NPM. Reactstrap does not include Bootstrap CSS so this needs to be installed as well:

```
npm install --save bootstrap@4.1.3
npm install --save reactstrap react@^16.3.2 react-dom@^16.3.2
npm install --save bootstrap
npm install --save reactstrap react react-dom
```

Import Bootstrap CSS in the ```src/index.js``` file:
Expand Down

0 comments on commit 13e60ef

Please sign in to comment.