diff options
author | Keith Smiley <keithbsmiley@gmail.com> | 2015-10-18 19:25:56 -0700 |
---|---|---|
committer | Keith Smiley <keithbsmiley@gmail.com> | 2015-10-18 19:25:56 -0700 |
commit | f49e630c1dbe009abec2d1dc5d35e7cae3a77e7b (patch) | |
tree | 0404619efff10da5e674e8720883cf86b9ac8cec /README.md | |
parent | 2f6f7e1701cdfc776e469d55c374a2c414e44894 (diff) | |
download | edit-f49e630c1dbe009abec2d1dc5d35e7cae3a77e7b.tar.gz edit-f49e630c1dbe009abec2d1dc5d35e7cae3a77e7b.zip |
Fix wget URL
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,5 +17,5 @@ Copy the script to `~/.weechat/python/autoload` ``` mkdir -p ~/.weechat/python/autoload -wget https://raw.githubusercontent.com/keith/edit-weechat/master/edit ~/.weechat/python/autoload +wget https://raw.githubusercontent.com/keith/edit-weechat/master/edit.py ~/.weechat/python/autoload ``` |