Skip to content

Commit 6e1887f

Browse files
hnordtgaearon
authored andcommitted
README Template Fixes (#318)
* README Template Fixes * Reword "Install React Bootstrap"
1 parent d5081f3 commit 6e1887f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Please be advised that this is also a custom feature of Webpack.
233233

234234
### Install React Bootstrap
235235

236-
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.
236+
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:
237237

238238
**Step 1.** Install React Bootstrap and Bootstrap from NPM. React Bootstrap does not include Bootstrap CSS so this needs to be installed as well.
239239

@@ -250,7 +250,7 @@ import 'bootstrap/dist/css/bootstrap.css';
250250
import 'bootstrap/dist/css/bootstrap-theme.css';
251251
```
252252

253-
**Step 3.** Import required React Bootstrap components within ```App.js``` file or your custom component file.
253+
**Step 3.** Import required React Bootstrap components within ```App.js``` file or your custom component files.
254254

255255
```
256256
import React, { Component } from 'react';

0 commit comments

Comments
 (0)