From 08c01981acff7c4cbaeb5958bd6280612853b66d Mon Sep 17 00:00:00 2001 From: Glynn Phillips Date: Tue, 19 Mar 2019 14:16:07 +0000 Subject: [PATCH] Update the slack config name in the docs The documentation for the slack notification plugin referenced the wrong environment variable name. --- plugins/talk-plugin-slack-notifications/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/talk-plugin-slack-notifications/README.md b/plugins/talk-plugin-slack-notifications/README.md index a9a192664..48cf2f00f 100644 --- a/plugins/talk-plugin-slack-notifications/README.md +++ b/plugins/talk-plugin-slack-notifications/README.md @@ -11,7 +11,7 @@ plugin: Enables all new comments that are written to be posted to a Slack channel as well. Configure an [Incoming Webhook](https://api.slack.com/incoming-webhooks) -app and provide that url in the form of the `SLACK_WEBHOOK_URL` +app and provide that url in the form of the `TALK_SLACK_WEBHOOK_URL` detailed below. *Warning: On high volume sites, this means every single comment will flow into @@ -20,5 +20,5 @@ recipe to further customize the behavior*. Configuration: -- `SLACK_WEBHOOK_URL` (**required**) - The webhook url that will be - used to post new comments to. \ No newline at end of file +- `TALK_SLACK_WEBHOOK_URL` (**required**) - The webhook url that will be + used to post new comments to.