fix typo in README example

This commit is contained in:
Kyle Stevenson
2016-03-19 02:01:20 -07:00
parent f58d5640b8
commit 99efb0369a

View File

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