diff --git a/README.md b/README.md
index d78fc8c8355046abe47790fece2991727867be44..2a4fb1343e2a2f08f511ef75c6320e4bb9ef01b9 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# ansible script to setup multiple [otree](https://otree.readthedocs.io/en/latest/) instances with gninx reverse proxy and supervisor
+# ansible script to setup multiple [otree](https://otree.readthedocs.io/en/latest/) instances with python env, gninx reverse proxy, supervisor and ufw
 
 ## preparation
 
@@ -72,7 +72,7 @@ otree_users:
 ```
 
 ### (optional) upload otree project
-1. If no git-repository with your otree project is provided, you can place a copy of the project files (with scp) in ``files/<otree_username>/``.
+1. If no git-repository ``app_repo``-value with your otree configuration is provided, you have to place a copy of the project files (with scp) in ``files/<otree_username>/``.
 
 And now run the playbook.