From 748b7987537fd148de914c89a4eadb8c91442e89 Mon Sep 17 00:00:00 2001 From: Adam Gibbins Date: Sat, 14 May 2016 23:50:40 +0100 Subject: Update README to mention location of the API token required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b1bd3b..31c6d9b 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit