Skip to content

Commit 4ffbcb6

Browse files
authored
Update README.md
1 parent 0cde570 commit 4ffbcb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ Each message is prefixed with the connection ID separated by a pipe operator ( |
4949

5050
Example:
5151

52+
```
5253
3CqoZKBIWUyjmSITygRFZw|connected (Received on connection and broadcast to all other clients)
5354
3CqoZKBIWUyjmSITygRFZw|Some example data (Received in reply to sending data and broadcast to all other clients)
5455
o5MkHrV34k+5LfY6Q4zHag|I saw your data! (Received in reply to sending data and broadcast to all other clients)
56+
```
5557

56-
This endpoint can be accessed by connecting your websocket client to `ws://localhost:8080/chat-id`
58+
This endpoint can be accessed by connecting your websocket client to `ws://localhost:8080/chat-id`

0 commit comments

Comments
 (0)