Merge pull request #7 from danielsoro/patch-2

ZSH Autocomplete
diff --git a/README.adoc b/README.adoc
index ab04cc3..00ec265 100644
--- a/README.adoc
+++ b/README.adoc
@@ -108,6 +108,16 @@
 In bash just source the file like so:
 
   source runtests.completer
+  
+### ZSH
+
+If you are using ZSH, you need to execute the follows commands:
+
+      autoload -U +X compinit && compinit 
+      autoload -U +X bashcompinit && bashcompinit
+      source runtests.completer
+
+Then you will be able to have the completer working fine for you ZSH as well. :)
 
 ## LOGS