diff --git a/README.md b/README.md index 3012800..534209e 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ $ docker run --rm -e SLACK_TOKEN={BotUserOAuthAccessToken} h3poteto/slack-rage e ``` You have to prepare Web server to receive webhook from Slack Event API. So please run this docker image in your server, and assign DNS, like `slack-rage.example.com`. -And please set it to RequestURL in Event Subscriptions. +And please set it to RequestURL in Event Subscriptions, and enable Events. ![event-subscription](./readme/event-subscription.png) diff --git a/readme/event-subscription.png b/readme/event-subscription.png index 0ce4941..a6e9c26 100644 Binary files a/readme/event-subscription.png and b/readme/event-subscription.png differ