diff --git a/docs/reference/notification.md b/docs/reference/notification.md index 66dff34..11696bd 100644 --- a/docs/reference/notification.md +++ b/docs/reference/notification.md @@ -178,7 +178,7 @@ Token generation can be found at https://twilio.com/console. ## Twitter -Generate all Twitter keys at: https://developer.twitter.com/ +Generate all Twitter keys at https://developer.twitter.com. | Environment variable | Description | |:---:|---| @@ -190,10 +190,12 @@ Generate all Twitter keys at: https://developer.twitter.com/ ## Twitch +Instructions on how to set up tokens can be found at https://d-fischer.github.io/twitch-chat-client/docs/examples/basic-bot. + | Environment variable | Description | |:---:|---| | `TWITCH_CLIENT_ID` | Twitch client ID | | `TWITCH_CLIENT_SECRET`| Twitch client secret | | `TWITCH_ACCESS_TOKEN` | Twitch access token | | `TWITCH_REFRESH_TOKEN` | Twitch refresh token | -| `TWITCH_CHANNEL` | Twitch channel | \ No newline at end of file +| `TWITCH_CHANNEL` | Twitch channel |