aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Smiley <keithbsmiley@gmail.com>2015-10-18 19:25:56 -0700
committerKeith Smiley <keithbsmiley@gmail.com>2015-10-18 19:25:56 -0700
commitf49e630c1dbe009abec2d1dc5d35e7cae3a77e7b (patch)
tree0404619efff10da5e674e8720883cf86b9ac8cec
parent2f6f7e1701cdfc776e469d55c374a2c414e44894 (diff)
downloadedit-f49e630c1dbe009abec2d1dc5d35e7cae3a77e7b.tar.gz
edit-f49e630c1dbe009abec2d1dc5d35e7cae3a77e7b.zip
Fix wget URL
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2ddcf04..40419f9 100644
--- a/README.md
+++ b/README.md
@@ -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
```