Skip to content

Commit

Permalink
Replace Bootstrap example link
Browse files Browse the repository at this point in the history
The current one is not drop-in anymore
  • Loading branch information
gaearon committed Aug 3, 2016
1 parent a7f9016 commit 6b2a484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ import 'bootstrap/dist/css/bootstrap-theme.css';
import { Navbar, Jumbotron, Button } from 'react-bootstrap';
```

Now you are ready to use the imported React Bootstrap components within your component hierarchy defined in the render method. Here is an example [`App.js`](https://github.com/manavsehgal/react-eshop/blob/master/src/App.js) redone using React Bootstrap.
Now you are ready to use the imported React Bootstrap components within your component hierarchy defined in the render method. Here is an example [`App.js`](https://gist.githubusercontent.com/gaearon/85d8c067f6af1e56277c82d19fd4da7b/raw/6158dd991b67284e9fc8d70b9d973efe87659d72/App.js) redone using React Bootstrap.

### Display Lint Output in the Editor

Expand Down

0 comments on commit 6b2a484

Please sign in to comment.