From 8c272ca85009822c2d8d4bc9e4dc37b891f33879 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 20 Mar 2017 08:17:52 +0100 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 631b7d88dc..6c6d97caf9 100644 --- a/Readme.md +++ b/Readme.md @@ -66,7 +66,7 @@ Browser support is tested in Saucelabs: [![Sauce Test Status](https://saucelabs.com/browser-matrix/socket.svg)](https://saucelabs.com/u/socket) -#### Multiplexing support +#### Multiplexing support In order to create separation of concerns within your application (for example per module, or based on permissions), Socket.IO allows you to create several `Namespaces`, which will act as separate communication channels but will share the same underlying connection.