Skip to content

Commit 97a4ea6

Browse files
Daniel HochleitnerDaniel Hochleitner
authored andcommitted
readme changes
1 parent 16ed620 commit 97a4ea6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
- [Node.js Server](#nodejs-server)
1919
- [REST-Service](#rest-service)
2020
- [APEX](#apex)
21-
2221
- [License](#license)
2322

2423

@@ -236,8 +235,8 @@ Sending messages and notifications to users which are connected to the websocket
236235
Connecting and authenticating users against the node server and still more to receive live messages on client browser from server part.
237236
There exists 2 rooms/namespaces which users can subscribe to:
238237

239-
- **private** - For single user messages to all instances of one user (e.g. one user is logged in with 3 browsers)
240-
- **public** - For single user messages to all instances of one user *AND* broadcasting messages to all connected clients
238+
- **private** - For single user messages to all instances of one user (e.g. one user is logged in with 3 browsers)
239+
- **public** - For single user messages to all instances of one user *AND* broadcasting messages to all connected clients
241240

242241
- **Helper pages**
243242

0 commit comments

Comments
 (0)