We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e5d1f commit e71f3d7Copy full SHA for e71f3d7
Readme.md
@@ -126,7 +126,7 @@ io.listen(3000);
126
127
Starting with **3.0**, express applications have become request handler
128
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
+to pass the `Server` to `socket.io`, not the express application
130
function. Also make sure to call `.listen` on the `server`, not the `app`.
131
132
```js
0 commit comments