README.md in ruboty-slack_rtm-1.2.0 vs README.md in ruboty-slack_rtm-1.3.0
- old
+ new
@@ -11,10 +11,10 @@
```
## ENV
- `SLACK_TOKEN`: Account's token. get one on https://api.slack.com/web#basics
-- `SLACK_EXPOSE_CHANNEL_NAME_AS_FROM`: if this set to 1, `message.from` will be channel name instead of id (optional)
+- `SLACK_EXPOSE_CHANNEL_NAME`: if this set to 1, `message.to` will be channel name instead of id (optional)
This adapter doesn't require a real user account. Using with bot integration's API token is recommended.
See: https://api.slack.com/bot-users
## Contributing