Skip to content

Commit 561ccc6

Browse files
aoberoiRoach
authored andcommitted
fixes rst parse warnings (#23)
1 parent 2889c89 commit 561ccc6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ This adapter enhances and simplifies Slack's Events API by incorporating useful
2020

2121

2222
🤖 Installation
23-
------------
23+
----------------
2424

25-
.. code::
25+
.. code:: shell
2626
2727
pip install slackeventsapi
2828
@@ -61,7 +61,7 @@ user has authorized your app.
6161
anything but development. It’s not well-suited for production use.
6262

6363
🤖 Usage
64-
-----
64+
---------
6565
**⚠️ Keep your app's credentials safe!**
6666

6767
- For development, keep them in virtualenv variables.
@@ -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

@@ -102,15 +102,15 @@ For a comprehensive list of available Slack `Events` and more information on
102102
`Scopes`, see https://api.slack.com/events-api
103103

104104
🤖 Examples
105-
--------
105+
------------
106106

107107
See `example.py`_ for usage examples. This example also utilizes the
108108
SlackClient Web API client.
109109

110110
.. _example.py: /example/
111111

112112
🤔 Support
113-
-------
113+
-----------
114114

115115
Need help? Join `Bot Developer Hangout`_ and talk to us in `#slack-api`_.
116116

0 commit comments

Comments
 (0)