From c5f931bed3ed784357f2d45c01c437d009b4e71c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9liton=20Nordt?= Date: Mon, 1 Aug 2016 11:25:35 -0300 Subject: [PATCH 1/2] README Template Fixes --- template/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/README.md b/template/README.md index 17884704e2b..70e6f4ea0b0 100644 --- a/template/README.md +++ b/template/README.md @@ -233,7 +233,7 @@ Please be advised that this is also a custom feature of Webpack. ### Install React Bootstrap -React Bootstrap is not a dependency for using React however it is a popular alternative for integrating Bootstrap with React apps. It can be integrated with Create React App workflow using following three steps. +React Bootstrap is not a dependency for using React however it is a popular alternative for integrating Bootstrap with React apps. It can be integrated with Create React App workflow following three steps: **Step 1.** Install React Bootstrap and Bootstrap from NPM. React Bootstrap does not include Bootstrap CSS so this needs to be installed as well. @@ -250,7 +250,7 @@ import 'bootstrap/dist/css/bootstrap.css'; import 'bootstrap/dist/css/bootstrap-theme.css'; ``` -**Step 3.** Import required React Bootstrap components within ```App.js``` file or your custom component file. +**Step 3.** Import required React Bootstrap components within ```App.js``` file or your custom component files. ``` import React, { Component } from 'react'; From 647cb93fa3b674fe3d02a5d4f25a5cd6b98f2b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9liton=20Nordt?= Date: Mon, 1 Aug 2016 11:30:58 -0300 Subject: [PATCH 2/2] Reword "Install React Bootstrap" --- template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/README.md b/template/README.md index 70e6f4ea0b0..23dd5bb7a4d 100644 --- a/template/README.md +++ b/template/README.md @@ -233,7 +233,7 @@ Please be advised that this is also a custom feature of Webpack. ### Install React Bootstrap -React Bootstrap is not a dependency for using React however it is a popular alternative for integrating Bootstrap with React apps. It can be integrated with Create React App workflow following three steps: +You don’t have to use React Bootstrap together with React but it is a popular library for integrating Bootstrap with React apps. If you need it, you can integrate it with Create React App by following these steps: **Step 1.** Install React Bootstrap and Bootstrap from NPM. React Bootstrap does not include Bootstrap CSS so this needs to be installed as well.