We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ffedb2 + 47efc7d commit 06e7576Copy full SHA for 06e7576
1 file changed
README.md
@@ -15,11 +15,10 @@ CLI Chat is a multithreaded chat server that allows multiple clients to connect
15
16
## Available commands
17
18
-1. Whisper - Private message other connected clients.
19
- - Example usage: ```/whisper 29 Hello James``` 29 is the uid of the user you want to message privately.
20
-2. View - View all connected users.
+1. View - View all connected users.
21
- usage: ```/view```
22
-
+2. Whisper - Private message other connected clients.
+ - Example usage: ```/whisper 29 Hello James``` 29 is the uid of the user you want to message privately.
23
24
## Installation steps
25
0 commit comments