From c2543899fcbb6401fe70d4d5dbb1cd346ac38de8 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Mon, 8 Jun 2015 23:41:55 +0900 Subject: [PATCH] add dependencies link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9491967..ff1a11e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ See also: - [engine.io-client.java](https://github.com/nkzawa/engine.io-client.java) ## Installation -The latest artifact is available on Maven Central. To install manually, please refer dependencies to [pom.xml](https://github.com/nkzawa/socket.io-client.java/blob/master/pom.xml). +The latest artifact is available on Maven Central. You'll also need [dependencies](http://nkzawa.github.io/socket.io-client.java/dependencies.html) to install. ### Maven Add the following dependency to your `pom.xml`.