diff README.txt @ 212:cffc729926b9

correct text and bump version
author Jeff Hammel <k0scist@gmail.com>
date Thu, 03 Dec 2015 11:19:00 -0800
parents 8f5bfd2e5a35
children
line wrap: on
line diff
--- a/README.txt	Wed Jun 03 16:57:49 2015 -0700
+++ b/README.txt	Thu Dec 03 11:19:00 2015 -0800
@@ -43,19 +43,13 @@
         if it is given and the URL is not
 
 
-Adding a License to a Template
-------------------------------
-
-[TODO]
-
-
 Web Service
 -----------
 
 python has the ability to run files from stdin.  This means you can
 run makeitso directly from the web::
 
- python <(curl http://k0s.org/mozilla/hg/MakeItSo/raw-file/tip/makeitso/makeitso.py) [URI]
+ python <(curl http://k0s.org/hg/MakeItSo/raw-file/tip/makeitso/makeitso.py) [URI]
 
 This uses the bash shell.  If you have another shell you may have to
 use another syntax, download the file, or install the package.