From c0e5483305f3e1167b1921c77824c437793d3cfa Mon Sep 17 00:00:00 2001 From: Mohamed Nainar Date: Mon, 22 Jun 2020 22:06:28 +0530 Subject: [PATCH] docs: npm --save no longer needed (#1785) Co-authored-by: Kyle Gray --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e7fa6025..64ec1b18f 100644 --- a/README.md +++ b/README.md @@ -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: