Skip to content

Commit ba04463

Browse files
committed
Merge pull request #2494 from taion/update-readme
Update badges on README
2 parents 0825e9b + 59ba826 commit ba04463

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<img src="https://rackt.github.io/react-router/img/vertical.png" width="300">
22

3-
[![npm package](https://img.shields.io/npm/v/react-router.svg?style=flat-square)](https://www.npmjs.org/package/react-router)
4-
[![build status](https://img.shields.io/travis/rackt/react-router/master.svg?style=flat-square)](https://travis-ci.org/rackt/react-router)
5-
[![Coverage Status](https://img.shields.io/coveralls/rackt/react-router.svg?style=flat-square)](https://coveralls.io/github/rackt/react-router)
6-
[![#rackt on freenode](https://img.shields.io/badge/irc-rackt_on_freenode-61DAFB.svg?style=flat-square)](https://webchat.freenode.net/)
3+
[![Travis][build-badge]][build]
4+
[![npm package][npm-badge]][npm]
5+
[![Coveralls][coveralls-badge]][coveralls]
6+
[![Discord][discord-badge]][discord]
77

88
A complete routing library for React
99

@@ -17,7 +17,6 @@ thought, not an after-thought.
1717
- [Guides and API Docs](/docs)
1818
- [Upgrade Guide](/UPGRADE_GUIDE.md)
1919
- [Changelog](/CHANGELOG.md)
20-
- [#react-router @ Reactiflux](https://discord.gg/0ZcbPKXt5bYaNQ46)
2120
- [Stack Overflow](http://stackoverflow.com/questions/tagged/react-router)
2221

2322
**Note:** *If you are still using React Router 0.13.x [the docs](https://github.com/rackt/react-router/tree/0.13.x/docs/guides) can be found on [the 0.13.x branch](https://github.com/rackt/react-router/tree/0.13.x).*
@@ -147,3 +146,15 @@ See more in the [Introduction](/docs/Introduction.md), [Advanced Usage](/docs/gu
147146
React Router was initially inspired by Ember's fantastic router. Many thanks to the Ember team.
148147

149148
Also, thanks to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to run our build in real browsers.
149+
150+
[build-badge]: https://img.shields.io/travis/rackt/react-router/master.svg?style=flat-square
151+
[build]: https://travis-ci.org/rackt/react-router
152+
153+
[npm-badge]: https://img.shields.io/npm/v/react-router.svg?style=flat-square
154+
[npm]: https://www.npmjs.org/package/react-router
155+
156+
[coveralls-badge]: https://img.shields.io/coveralls/rackt/react-router/master.svg?style=flat-square
157+
[coveralls]: https://coveralls.io/github/rackt/react-router
158+
159+
[discord-badge]: https://img.shields.io/badge/Discord-join%20chat%20%E2%86%92-738bd7.svg?style=flat-square
160+
[discord]: https://discord.gg/0ZcbPKXt5bYaNQ46

karma.conf.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import path from 'path'
22
import webpack from 'webpack'
33

4-
// Browsers to run on BrowserStack
4+
// Browsers to run on BrowserStack.
55
const CUSTOM_LAUNCHERS = {
66
BS_Chrome: {
77
base: 'BrowserStack',

0 commit comments

Comments
 (0)