Skip to content

Commit 99efb03

Browse files
committed
fix typo in README example
1 parent f58d564 commit 99efb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ You can access transports and their HTTP headers as follows.
145145

146146
```java
147147
// Called upon transport creation.
148-
socket.io().on(Manager.EVENT_TRANSPORT, new new Emitter.listener() {
148+
socket.io().on(Manager.EVENT_TRANSPORT, new Emitter.listener() {
149149
@Override
150150
public void call(Object... args) {
151151
Transport transport = (Transport)args[0];

0 commit comments

Comments
 (0)