Skip to content

Commit

Permalink
docs: npm --save no longer needed (#1785)
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Gray <kgray1497@gmail.com>
  • Loading branch information
Mohamed Nainar and GoPro16 committed Jun 22, 2020
1 parent e7b8bfa commit c0e5483
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
npm install --save reactstrap react react-dom
npm i bootstrap
npm i reactstrap react react-dom
```

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

0 comments on commit c0e5483

Please sign in to comment.