diff --git a/README.md b/README.md
index 531872fbca59cf2ba5667b6d445662895c123f85..5cd3c8332c9850ccc678654cf35e658334a193b6 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# libre.sh Version 1.1
+# libre.sh Version 1.2
 [![Backers on Open Collective](https://opencollective.com/libresh/backers/badge.svg)](#backers)
  [![Sponsors on Open Collective](https://opencollective.com/libresh/sponsors/badge.svg)](#sponsors) 
 
@@ -96,10 +96,17 @@ libre start
 To install application `wordpress` on `example.org`, first make point example.org to your server IP, and then, just run:
 
 ```
-libre provision -a github.com/indiehosters/wordpress -u example.org -s
+libre provision -a wordpress -u example.org -s
 ```
 
-Run `libre provision` for more details on the capabilities of the script.
+- -u   [arg] URL to process. Required.
+- -a   [arg] Application to install. (wordpress in REPO_MODE)
+- -t   [arg] Checkout a specific tag or branch from the application repo. default to master
+- -e   [arg] Specify the email of the application admin 
+- -s         Start the application right away.
+- -b         Buys the associated domain name.
+- -i         Configure OpenDKIM.
+- -c         Configures DNS if possible.
 
 ## To debug a module or an application: