diff --git a/README.rst b/README.rst
index cb05d7bc0c27fc7244e4dbe6e422ca86e470d50d..6059afd69d3f0f7d3a7f154c39d4c8f7c1934dc5 100644
--- a/README.rst
+++ b/README.rst
@@ -1,8 +1,10 @@
 zone2gandi
 ==========
 
-Please have a look at the corresponding article:
-http://gehrcke.de/2014/02/distributing-a-python-command-line-application/
+This is a tool for pushing simple zone files (skip the SOA and NS
+records) up to Gandi.
+
+Install by running: pip install zone2gandi
 
 Getting API Credentials
 ~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/zone2gandi/zone2gandi.py b/zone2gandi/zone2gandi.py
index 10b66a7cc959f405f7dee225c7b9b2500d8ac567..8ac0f19addb4ddde1f5d3ca1157236a9eaf9db4b 100755
--- a/zone2gandi/zone2gandi.py
+++ b/zone2gandi/zone2gandi.py
@@ -6,7 +6,7 @@ import sys
 import yaml
 import xmlrpclib
 
-__version__ = "0.1.0"
+__version__ = "0.1.1"
 
 def main():
   try: