From 96a615d0ea5fe3d7e247ffddd5aba573e0c5367a Mon Sep 17 00:00:00 2001
From: David Kaufmann <david.kaufmann@student.tuwien.ac.at>
Date: Sun, 25 Nov 2018 23:24:30 +0100
Subject: [PATCH] update readme

---
 camunda-overlay/README.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/camunda-overlay/README.md b/camunda-overlay/README.md
index aef79ec..66b0767 100644
--- a/camunda-overlay/README.md
+++ b/camunda-overlay/README.md
@@ -1,16 +1,22 @@
+# Camunda process manager
+
 Run ```./camunda.py``` to just deploy the process.
 
-Flags:
+## Flags
 
 ```--autoclick 1```: will deploy the process and run it with three terms.
 Result should be available in Camunda Tasklist -> All Tasks
 
+```--autoclick 2```: will deploy the process, run it with three terms, and tries to download the pdf
+
 ```--no-deploy```: do not deploy the process, probably only useful with the autoclick-flag
 
 ```--no-cleanup```: do not remove old deployments, keep tasks running (might be confusing if there are multiple deployments)
 
-Default login:
+## Default login
 
 URI: http://localhost:8080/camunda/
+
 User: demo
+
 Pass: demo
-- 
2.43.0