From cbaef0c7a0423c45405186065ecdbf6f65c690fd Mon Sep 17 00:00:00 2001 From: nin0dev Date: Mon, 17 Jun 2024 19:24:50 -0400 Subject: [PATCH] Grammarly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.