aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRyan Huber <rhuber@gmail.com>2015-08-19 07:55:00 -0700
committerRyan Huber <rhuber@gmail.com>2015-08-19 07:55:00 -0700
commitde9054fdfaebde13af3765a87f495f28321ddb63 (patch)
treefdd1ba7ff26b30c128242c6f64ae695aed38425c /README.md
parent81e602d83e085a78096c7c717a25bb743a3ede0c (diff)
downloadwee-slack-de9054fdfaebde13af3765a87f495f28321ddb63.tar.gz
Update README.md
change parens to square brackets to make instructions more clear.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a69df48..fb82724 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ weechat
####4. Add your Slack API key(s)
```
-/set plugins.var.python.slack_extension.slack_api_token (YOUR_SLACK_TOKEN)
+/set plugins.var.python.slack_extension.slack_api_token [YOUR_SLACK_TOKEN]
```
^^ (find this at https://api.slack.com/web)
@@ -101,14 +101,14 @@ If you don't want to store your API token in plaintext you can use the secure fe
```
/secure passphrase this is a super secret password
-/secure set slack_token (YOUR_SLACK_TOKEN)
+/secure set slack_token [YOUR_SLACK_TOKEN]
/set plugins.var.python.slack_extension.slack_api_token ${sec.data.slack_token}
```
##### Optional: If you would like to connect to multiple groups, use the above command with multiple tokens separated by commas. (NO SPACES)
```
-/set plugins.var.python.slack_extension.slack_api_token (token1),(token2),(token3)
+/set plugins.var.python.slack_extension.slack_api_token [token1],[token2],[token3]
```
###5. $PROFIT$