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.