From 13e60ef847ed15b14227823946a136faf311c72e Mon Sep 17 00:00:00 2001 From: Jed <36870475+rabbitattack@users.noreply.github.com> Date: Wed, 24 Oct 2018 15:15:22 -0600 Subject: [PATCH] docs(README): Update reactstrap install command (#1273) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2005d2f10..4ef32dbf8 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@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: