Skip to content

Commit

Permalink
fix travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jul 15, 2015
1 parent 17d61fe commit be12783
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,10 +1,10 @@

# Engine.IO client

[![Build Status](https://secure.travis-ci.org/Automattic/engine.io-client.png)](http://travis-ci.org/Automattic/engine.io-client)
[![Build Status](https://secure.travis-ci.org/socketio/engine.io-client.png)](http://travis-ci.org/socketio/engine.io-client)
[![NPM version](https://badge.fury.io/js/engine.io-client.png)](http://badge.fury.io/js/engine.io-client)

This is the client for [Engine.IO](http://github.com/automattic/engine.io),
This is the client for [Engine.IO](http://github.com/socketio/engine.io),
the implementation of transport-based cross-browser/cross-device
bi-directional communication layer for [Socket.IO](http://github.com/automattic/socket.io).

Expand Down Expand Up @@ -246,7 +246,7 @@ The transport class. Private. _Inherits from EventEmitter_.
## Tests

`engine.io-client` is used to test
[engine](http://github.com/automattic/engine.io). Running the `engine.io`
[engine](http://github.com/socketio/engine.io). Running the `engine.io`
test suite ensures the client works and vice-versa.

Browser tests are run using [zuul](https://github.com/defunctzombie/zuul). You can
Expand All @@ -273,7 +273,7 @@ To contribute patches, run tests or benchmarks, make sure to clone the
repository:

```bash
git clone git://github.com/automattic/engine.io-client.git
git clone git://github.com/socketio/engine.io-client.git
```

Then:
Expand Down

0 comments on commit be12783

Please sign in to comment.