diff options
author | Adam Gibbins <adam@adamgibbins.com> | 2016-05-14 23:50:40 +0100 |
---|---|---|
committer | Adam Gibbins <adam@adamgibbins.com> | 2016-05-14 23:50:40 +0100 |
commit | 748b7987537fd148de914c89a4eadb8c91442e89 (patch) | |
tree | a2369a1227e2a6519583a07b5b6d53d6ab65dcaf /README.md | |
parent | b7b6f7dec92463810548c5760c7cbbddee0c1418 (diff) | |
download | wee-slack-748b7987537fd148de914c89a4eadb8c91442e89.tar.gz |
Update README to mention location of the API token required
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ weechat ``` /set plugins.var.python.slack_extension.slack_api_token [YOUR_SLACK_TOKEN] ``` -^^ (find this at https://api.slack.com/web) +^^ (find this at https://api.slack.com/web behind the "Generate test tokens" button) If you don't want to store your API token in plaintext you can use the secure features of weechat: |