Skip to content

Commit 6be9e71

Browse files
authored
Update README.rst
Fixed an inconsistency in the docs
1 parent 9104372 commit 6be9e71

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
@@ -83,7 +83,7 @@ Create a Slack Event Adapter for receiving actions via the Events API
8383
from slackeventsapi import SlackEventAdapter
8484
8585
86-
slack_events_adapter = SlackEventAdapter(SLACK_VERIFICATION_TOKEN, endpoint="/slack_events")
86+
slack_events_adapter = SlackEventAdapter(SLACK_VERIFICATION_TOKEN, endpoint="/slack/events")
8787
8888
8989
# Create an event listener for "reaction_added" events and print the emoji name

0 commit comments

Comments
 (0)