diff --git a/README.md b/README.md index 77888b7..20c6dbc 100644 --- a/README.md +++ b/README.md @@ -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];