Merge pull request #291 from kylestev/patch-1

fix typo in readme example
This commit is contained in:
Naoyuki Kanezawa
2016-03-19 22:52:38 +09:00

View File

@@ -145,7 +145,7 @@ You can access transports and their HTTP headers as follows.
```java
// Called upon transport creation.
socket.io().on(Manager.EVENT_TRANSPORT, new new Emitter.listener() {
socket.io().on(Manager.EVENT_TRANSPORT, new Emitter.listener() {
@Override
public void call(Object... args) {
Transport transport = (Transport)args[0];