From 36544a08c6aca6f693388351d201f4e6702e3b0a Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sat, 14 Sep 2024 15:16:04 +0300 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3eb2636..c940d4a 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ An **external** StreamGoose backend is a program (written in any network-enabled - `text`: the message text that should be displayed in the chat. - `icon`: an optional icon URL passed to the chat if the message author has a personal user profile picture (avatar). This field can be left empty but should be included in the request anyway. -Whenever a new JSON message is shaped with the fields above, it shall be sent to the broker at the `/new` endpoint with the HTTP POST method. A `{"status":1}` response will be sent back if the request is successful. The message +Whenever a new JSON message is shaped with the fields above, it shall be sent to the broker at the `/new` endpoint with the HTTP POST method. A `{"status":1}` response will be sent back if the request is successful. As of now, StreamGoose provides two reference backends: for Twitch and for YouTube, both internal and written in Go. See "Backend implementation status" section for current notes and caveats.