Merge pull request #291 from kylestev/patch-1
fix typo in readme example
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user