From c3e7b89482bbc20bb19acf850fefcf0bdb2970c2 Mon Sep 17 00:00:00 2001 From: Nabaraj Subedi <79269587+subedinab@users.noreply.github.com> Date: Sat, 28 Jan 2023 23:49:46 +0545 Subject: [PATCH 1/2] change in readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 5973546f3c..1020be1d68 100644 --- a/Readme.md +++ b/Readme.md @@ -126,7 +126,7 @@ io.listen(3000); Starting with **3.0**, express applications have become request handler functions that you pass to `http` or `http` `Server` instances. You need -to pass the `Server` to `socket.io`, and not the express application +to pass the `Server` to `socket.io`,not the express application function. Also make sure to call `.listen` on the `server`, not the `app`. ```js From f165965c61efdf82b0a0656eb36cac756b5341f5 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Thu, 16 Feb 2023 09:24:43 +0100 Subject: [PATCH 2/2] style --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1020be1d68..f7e38e15b0 100644 --- a/Readme.md +++ b/Readme.md @@ -126,7 +126,7 @@ io.listen(3000); Starting with **3.0**, express applications have become request handler functions that you pass to `http` or `http` `Server` instances. You need -to pass the `Server` to `socket.io`,not the express application +to pass the `Server` to `socket.io`, not the express application function. Also make sure to call `.listen` on the `server`, not the `app`. ```js