Skip to content

Commit 7ee2eb0

Browse files
committed
Merge pull request react-bootstrap#166 from taion/update-README
Update README
2 parents 25bab7f + dfe2eb3 commit 7ee2eb0

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
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

3325
See [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

0 commit comments

Comments
 (0)