fix old module name

This commit is contained in:
nkzawa
2015-08-31 03:15:08 +09:00
parent acddf2f69c
commit f7eb3ed758
2 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Engine.IO-client.java
# Engine.IO-client Java
[![Build Status](https://travis-ci.org/socketio/engine.io-client-java.png?branch=master)](https://travis-ci.org/socketio/engine.io-client-java)
This is the Engine.IO Client Library for Java, which is simply ported from the [JavaScript client](https://github.com/socketio/engine.io-client).
@@ -29,7 +29,7 @@ compile 'io.socket:engine.io-client:0.6.0'
```
## Usage
Engine.IO-client.java has the similar api with the JS client. You can use `Socket` to connect:
Engine.IO-client Java has the similar api with the JS client. You can use `Socket` to connect:
```java
socket = new Socket("ws://localhost");

View File

@@ -1,6 +1,4 @@
{
"name": "engine.io-client.java-test",
"version": "0.0.0",
"private": true,
"dependencies": {
"engine.io": "1.5.2"