diff --git a/app/_includes/prereqs/event-hook/slack.md b/app/_includes/prereqs/event-hook/slack.md index 34398910..3c5e39c7 100644 --- a/app/_includes/prereqs/event-hook/slack.md +++ b/app/_includes/prereqs/event-hook/slack.md @@ -3,6 +3,6 @@ To create an event hook that pushes information to Slack you will need to config 1. Create an application in [Slack](https://api.slack.com/apps?new_app=1) 2. From the application select **Incoming Webhooks** and activate incoming webhooks. 3. Copy the **Webhook URL** from the Slack application dashboard and set it as an environment variable: - `export SLACK_WEBHOOK_URL= ` + `export SLACK_WEBHOOK_URL=` 4. In Slack, add your application to a channel.