Skip to content

Commit 2df9599

Browse files
committed
Update README
1 parent 8cf1c6d commit 2df9599

File tree

1 file changed

+13
-26
lines changed

1 file changed

+13
-26
lines changed

README.md

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ with powerful features like lazy code loading, dynamic route matching,
1111
and location transition handling built right in. Make the URL your first
1212
thought, not an after-thought.
1313

14-
Docs & Help
15-
-----------
14+
### Docs & Help
1615

1716
- [Guides and API Docs](https://rackt.github.io/react-router)
1817
- [Upgrade Guide](/UPGRADE_GUIDE.md)
@@ -22,19 +21,15 @@ Docs & Help
2221
**Note: the docs and the examples in master refer to the 1.0 Beta and may be incomplete.**
2322
**Browse [the website](http://rackt.github.io/react-router/) and [the 0.13.3 tag](https://github.com/rackt/react-router/tree/v0.13.3) for the information about the latest stable version.**
2423

25-
Browser Support
26-
---------------
24+
### Browser Support
2725

2826
We support all browsers and environments where React runs.
2927

30-
Installation
31-
------------
28+
### Installation
3229

33-
### npm + webpack/browserify
30+
#### npm + webpack/browserify
3431

35-
```sh
36-
npm install react-router
37-
```
32+
$ npm install react-router
3833

3934
Then with a module bundler or webpack, use as you would anything else:
4035

@@ -51,21 +46,17 @@ var Link = ReactRouter.Link;
5146

5247
There's also a `lib/umd` folder containing a UMD version.
5348

54-
### bower + who knows what
49+
#### bower + who knows what
5550

56-
```sh
57-
bower install react-router
58-
```
51+
$ bower install react-router
5952

60-
Find the UMD/global build in `lib/umd`, and the library on
61-
`window.ReactRouter`. Best of luck to you. :)
53+
Find the UMD/global build in `lib/umd`, and the library on `window.ReactRouter`. Best of luck to you. :)
6254

6355
### CDN
6456

6557
Available on cdnjs [here](https://cdnjs.com/libraries/react-router).
6658

67-
What's it look like?
68-
--------------------
59+
### What's it look like?
6960

7061
```js
7162
import { Router, Route } from 'react-router';
@@ -133,13 +124,9 @@ React.render((
133124
See more in the [overview guide](/doc/00 Guides/0 Overview.md) and [Advanced
134125
Usage](/doc/00 Guides/Advanced Usage.md)
135126

136-
Contributing
137-
------------
138-
139-
Please see [CONTRIBUTING](CONTRIBUTING.md)
127+
### Thanks
140128

141-
Thanks, Ember
142-
-------------
143-
144-
React Router was initially inspired by Ember's fantastic Router. Many
129+
React Router was initially inspired by Ember's fantastic router. Many
145130
thanks to the Ember team.
131+
132+
Also, thanks to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to run our build in real browsers.

0 commit comments

Comments
 (0)