Skip to content

Commit

Permalink
Merge pull request #768 from the6thm0nth/fix-typo
Browse files Browse the repository at this point in the history
fix typo: web-api -> rtm-api on README.md
  • Loading branch information
aoberoi committed Apr 12, 2019
2 parents 961f9d8 + fdb151c commit f697bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -215,7 +215,7 @@ to instantiate it with a token, usually a bot token, that you received from Slac
for the RTM connection to be established, and then send a simple string message to a channel.

```javascript
const { RTMClient } = require('@slack/web-api');
const { RTMClient } = require('@slack/rtm-api');

// An access token (from your Slack app or custom integration - usually xoxb)
const token = process.env.SLACK_TOKEN;
Expand Down

0 comments on commit f697bc6

Please sign in to comment.