diff --git a/README.md b/README.md index de902bb..f750adf 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You run the server by: You can send raw text to the WS server. This text is in form of commands: -- `GET` will reply with a message response too; +- `GET` will reply with a message response; - `MSG {token} {message}` will set the message and broadcast it to all logged-in clients; - `CLEAR {token}` will clear the current message.