diff --git a/README.md b/README.md index ae4f55a..c2e3664 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ const httpServer = createServer(); const io = new Server(httpServer, { cors: { origin: ["https://admin.socket.io"], - credentials: true // needed for cookie-based sticky sessions, else you can ignore this line + credentials: true } });