From e6d11483a7ec66885b013287f618d98b6ea81921 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Sat, 8 Jun 2013 11:44:22 +0900 Subject: [PATCH] update README --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f509111..c71333f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,19 @@ This is the Engine.IO Client Library for Java, which is simply ported from the [ See also: [Socket.IO-client.java](https://github.com/nkzawa/socket.io-client.java) +## Installation +The latest artifact is available on Maven Central. Add the following dependency to your `pom.xml`. + +```xml + + + com.github.nkzawa + engine.io-client + 0.1.0 + + +``` + ## Usage Engine.IO-client.java has the similar api with the JS client. You can use `Socket` to connect: @@ -51,7 +64,7 @@ http://nkzawa.github.io/engine.io-client.java/apidocs/ ## Features -This library supports all of the features the JS client does, including events, options and upgraging transport. +This library supports all of the features the JS client does, including events, options and upgraging transport. Android is fully supported. ## License