diff options
author | Ryan Huber <rhuber@gmail.com> | 2015-08-19 07:55:00 -0700 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2015-08-19 07:55:00 -0700 |
commit | de9054fdfaebde13af3765a87f495f28321ddb63 (patch) | |
tree | fdd1ba7ff26b30c128242c6f64ae695aed38425c /README.md | |
parent | 81e602d83e085a78096c7c717a25bb743a3ede0c (diff) | |
download | wee-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.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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$ |