diff --git a/extensions/twitch/README.md b/extensions/twitch/README.md index 0d5aad8fcf6..8fb73b6233d 100644 --- a/extensions/twitch/README.md +++ b/extensions/twitch/README.md @@ -31,7 +31,7 @@ Minimal config (simplified single-account): accessToken: "oauth:abc123...", // OAuth Access Token (add oauth: prefix) clientId: "xyz789...", // Client ID from Token Generator channel: "vevisk", // Channel to join (required) - allowFrom: ["123456789"], // (recommended) Your Twitch user ID only (Convert your twitch username to ID at https://www.streamweasels.com/tools/convert-twitch-username-%20to-user-id/) + allowFrom: ["123456789"], // (recommended) Your Twitch user ID only (Convert your twitch username to ID at https://www.streamweasels.com/tools/convert-twitch-username-to-user-id/) }, }, }