diff --git a/readme.md b/readme.md
index 6dbb02864bff64883d9d8ffb2ef36532d8de8ea4..51d6ecc41be4a35a880469a5064c97764314037a 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-# IML deployment client :: proof of concept :: WIP
+# IML deployment client
 
 This client is a set of bash scripts to deploy a package that was built on th IML CI server.
 
@@ -30,11 +30,15 @@ If fully configured the deployment script executes the following steps in that f
 * download Software archive
 * detect if download is newer than the last one
 * jump into installation dir of your application
-* optional: execute pre installation tasks
-* optional: run cleanup
-* extract software archive
+* optional: execute pre installation tasks (1)
+* optional: run cleanup (1)
+* extract software archive (1)
 * create config files
-* optional: execute post installation tasks
+* optional: execute post installation tasks (1)
+* optional: execute post config change tasks (2)
+
+(1) if a new software version was downloaded
+(2) if one of the config files was created or changed
 
 ## Set up access to package server