File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 1- # react-router-bootstrap
2- Integration between [ React Router] ( https://github.com/rackt/react-router ) and [ React-Bootstrap] ( https://github.com/react-bootstrap/react-bootstrap ) .
3-
4- [ ![ Build Status] ( https://travis-ci.org/react-bootstrap/react-router-bootstrap.svg?branch=master )] ( https://travis-ci.org/react-bootstrap/react-router-bootstrap )
5- [ ![ npm version] ( https://badge.fury.io/js/react-router-bootstrap.svg )] ( http://badge.fury.io/js/react-router-bootstrap )
1+ # react-router-bootstrap [ ![ Travis] [ build-badge ]] [ build ] [ ![ npm] [ npm-badge ]] [ npm ]
2+ Integration between [ React Router] ( https://github.com/reactjs/react-router ) and [ React-Bootstrap] ( https://github.com/react-bootstrap/react-bootstrap ) .
63
74## Usage
85
@@ -19,15 +16,16 @@ For the equivalent of `<IndexLink>`, use `<IndexLinkContainer>`.
1916## Installation
2017
2118```
22- npm install react-router-bootstrap
23- ```
24-
25- You will also want to have React Router and React-Bootstrap.
26-
27- ```
28- npm install react-router react-bootstrap
19+ $ npm i -S react react-dom react-router react-bootstrap
20+ $ npm i -S react-router-bootstrap
2921```
3022
3123## Contributing
3224
3325See [ CONTRIBUTING] ( CONTRIBUTING.md ) .
26+
27+ [ build-badge ] : https://travis-ci.org/react-bootstrap/react-router-bootstrap.svg?branch=master
28+ [ build ] : https://travis-ci.org/react-bootstrap/react-router-bootstrap
29+
30+ [ npm-badge ] : https://badge.fury.io/js/react-router-bootstrap.svg
31+ [ npm ] : http://badge.fury.io/js/react-router-bootstrap
You can’t perform that action at this time.
0 commit comments