Skip to content

Commit e71f3d7

Browse files
authoredFeb 16, 2023
docs: minor style fix (#4619)
1 parent a2e5d1f commit e71f3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ io.listen(3000);
126126

127127
Starting with **3.0**, express applications have become request handler
128128
functions that you pass to `http` or `http` `Server` instances. You need
129-
to pass the `Server` to `socket.io`, and not the express application
129+
to pass the `Server` to `socket.io`, not the express application
130130
function. Also make sure to call `.listen` on the `server`, not the `app`.
131131

132132
```js

0 commit comments

Comments
 (0)
Please sign in to comment.