Skip to content

Commit

Permalink
README Template Fixes (#318)
Browse files Browse the repository at this point in the history
* README Template Fixes

* Reword "Install React Bootstrap"
  • Loading branch information
hnordt authored and gaearon committed Aug 1, 2016
1 parent d5081f3 commit 6e1887f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

Expand All @@ -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';
Expand Down

0 comments on commit 6e1887f

Please sign in to comment.