diff --git a/README.md b/README.md index 8f4b13f..672e0ae 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ The following fields in the `config.json` are backend-agnostic: - `server_port`: a local port to run the HTTP REST server on. Default value: `60053` (for "GOOSE"). - `server_listen_ip`: a local IP address to bind the server to. Default value: `127.0.0.1`. Recommended to leave at this value, only change it if you plan on connecting external backends from other machines in your LAN. - `debug`: print out various debug information about incoming messages and events. Can be `true` or `false`. -- `useragent`: the value of the `User-Agent` HTTP header used by the backends with unofficial APIs, like Kick. +- `useragent`: the value of the `User-Agent` HTTP header used by the backends with unofficial APIs, like Kick and YouTube. The following fields in the `config.json` are specific to the Twitch internal backend: