aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris DeLuca <bronzehedwick@gmail.com>2017-04-13 09:34:02 -0400
committerGitHub <noreply@github.com>2017-04-13 09:34:02 -0400
commit7d615ba065e9d8d95a974a37fb512eb526d7a6f7 (patch)
treec166a96fc6b629818009196bc7aca4a6a51c4eb0
parent0d74722da5943ce3adfb460e581c2485baa0be65 (diff)
downloadwee-slack-7d615ba065e9d8d95a974a37fb512eb526d7a6f7.tar.gz
Fix readme markdown
Github changed their markdown parser, and broke a bunch of readmes.
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index ef71bcc..7a207dd 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Setup
------
-####0.
+#### 0.
wee-slack doesn't use the Slack IRC gateway. If you currently connect via the gateway, you should probably remove the server definition.
@@ -61,7 +61,7 @@ wee-slack doesn't use the Slack IRC gateway. If you currently connect via the ga
/python reload
```
-####1. Install dependencies
+#### 1. Install dependencies
##### OSX and Linux
```
@@ -73,20 +73,20 @@ pip install websocket-client
pkg install py27-websocket-client py27-six
```
-####2. copy wee_slack.py to ~/.weechat/python/autoload
+#### 2. copy wee_slack.py to ~/.weechat/python/autoload
```
wget https://raw.githubusercontent.com/rawdigits/wee-slack/master/wee_slack.py
cp wee_slack.py ~/.weechat/python/autoload
```
-####3. Start WeeChat
+#### 3. Start WeeChat
```
weechat
```
**NOTE:** If weechat is already running, the script can be loaded using ``/python load python/autoload/wee_slack.py``
-####4. Add your Slack API key(s)
+#### 4. Add your Slack API key(s)
```
/set plugins.var.python.slack_extension.slack_api_token [YOUR_SLACK_TOKEN]
```
@@ -106,7 +106,7 @@ If you don't want to store your API token in plaintext you can use the secure fe
/set plugins.var.python.slack_extension.slack_api_token [token1],[token2],[token3]
```
-###5. $PROFIT$
+### 5. $PROFIT$
```
/save
/python reload