diff options
author | Tollef Fog Heen <tfheen@err.no> | 2017-05-02 10:28:51 +0200 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2017-05-02 10:29:48 +0200 |
commit | 7bf0ea6a4eedc0c98152b3b13f1394676a39d4dd (patch) | |
tree | 0e3aadfb27afd250d1757cacef59090117dd19e5 /README.md | |
parent | 805a9873faec52af1a2bacb6a32be4326e47270a (diff) | |
download | wee-slack-7bf0ea6a4eedc0c98152b3b13f1394676a39d4dd.tar.gz |
Correct URL in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ``` |