Skip to content

Commit 2889c89

Browse files
authored
Updated README
Fixed default slack events URL
1 parent 0d33c8d commit 2889c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Create a Slack Event Adapter for receiving actions via the Events API
8080
8181
from slackeventsapi import SlackEventAdapter
8282
83-
slack_events_adapter = SlackEventAdapter(SLACK_VERIFICATION_TOKEN, endpoint="/slack_events")
83+
slack_events_adapter = SlackEventAdapter(SLACK_VERIFICATION_TOKEN, endpoint="/slack/events")
8484
8585
Create an event listener for "reaction_added" events and print the emoji name
8686

0 commit comments

Comments
 (0)