aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2017-05-02 10:28:51 +0200
committerTollef Fog Heen <tfheen@err.no>2017-05-02 10:29:48 +0200
commit7bf0ea6a4eedc0c98152b3b13f1394676a39d4dd (patch)
tree0e3aadfb27afd250d1757cacef59090117dd19e5 /README.md
parent805a9873faec52af1a2bacb6a32be4326e47270a (diff)
downloadwee-slack-7bf0ea6a4eedc0c98152b3b13f1394676a39d4dd.tar.gz
Correct URL in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5251924..b162d14 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ wee-slack
A WeeChat native client for Slack.com. Provides supplemental features only available in the web/mobile clients such as: synchronizing read markers, typing notification, threads (and more)! Connects via the Slack API, and maintains a persistent websocket for notification of events.
-![animated screenshot](https://github.com/rawdigits/wee-slack/raw/master/docs/slack.gif)
+![animated screenshot](https://github.com/wee-slack/wee-slack/raw/master/docs/slack.gif)
Features
--------
@@ -76,7 +76,7 @@ pkg install py27-websocket-client py27-six
#### 2. copy wee_slack.py to ~/.weechat/python/autoload
```
-wget https://raw.githubusercontent.com/rawdigits/wee-slack/master/wee_slack.py
+wget https://raw.githubusercontent.com/wee-slack/wee-slack/master/wee_slack.py
cp wee_slack.py ~/.weechat/python/autoload
```