From d4c18fe1a862832f6a7ec04edecf331aef273bf2 Mon Sep 17 00:00:00 2001 From: wsuetholz Date: Wed, 10 Nov 2010 11:29:17 -0600 Subject: [PATCH] Changed all references to downaloder.py to downloader.py. --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 996efe64..108eff20 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ To use, do: -python downaloder.py (epub|html) +python downloader.py (epub|html) Eg: -python downaloder.py http://www.fanfiction.net/s/5192986/1/A_Fox_in_Tokyo epub +python downloader.py http://www.fanfiction.net/s/5192986/1/A_Fox_in_Tokyo epub This tool uses Python 2.5.2, but should work with newer versions.