From 4e4d0ded67dfd22430b09f92d0f196a33cac9b37 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Tue, 4 Nov 2014 01:58:15 +0900 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c6cc66..c6b6afb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Socket.IO-client.java [![Build Status](https://travis-ci.org/nkzawa/socket.io-client.java.png?branch=master)](https://travis-ci.org/nkzawa/socket.io-client.java) -This is the Socket.IO v1.0 Client Library for Java, which is simply ported from the [JavaScript client](https://github.com/LearnBoost/socket.io-client). +This is the Socket.IO v1.x Client Library for Java, which is simply ported from the [JavaScript client](https://github.com/Automattic/socket.io-client). See also: [Engine.IO-client.java](https://github.com/nkzawa/engine.io-client.java) @@ -13,7 +13,7 @@ The latest artifact is available on Maven Central. Add the following dependency com.github.nkzawa socket.io-client - 0.2.0 + 0.3.0 ``` @@ -22,7 +22,7 @@ Or to install it manually, please refer dependencies to [pom.xml](https://github Add it as a gradle dependency for Android Studio, in build.gradle: ```javascript -compile 'com.github.nkzawa:socket.io-client:0.2.0' +compile 'com.github.nkzawa:socket.io-client:0.3.0' ``` ## Usage