From d95b5fc5fc6b35dd57b77b65b44cbd253c6792d5 Mon Sep 17 00:00:00 2001
From: "Gallenkamp, Fabian (bax1489)"
 <476-bax1489@users.noreply.gitlab.rrz.uni-hamburg.de>
Date: Fri, 4 Oct 2019 17:12:45 +0200
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b4f6a82..37b1bbf 100755
--- a/README.md
+++ b/README.md
@@ -95,9 +95,9 @@ otree_users:
 2. Modify/verify your settings again: ``nano /opt/otree/otree-ansible/group_vars/otree_servers.yml``.
 3. Run: ``sudo ansible-playbook site.yml`` (with optionally ``-vvv`` to get more information on errors)
 
-> :zap: **Warning:** Set ``override: no`` if the otree_instance is finally deployed and will not change anymore. Remove it only, when you want to **change/delete** settings and deploy it again (Note: This will delete all the data, **always do a backup if you are unsure!**).
+> :zap: **Warning:** Set ``override: no`` if the otree_instance is finally deployed and will not change anymore. Remove it only, when you want to **change/delete** the project and deploy it again (Note: This will delete all the data, **always do a backup if you are unsure!**).
 
-## recommendations
+## recommendations for otree-code
 *  Set a fixed otree-version in ``requirements_base.txt`` and include there all packages defined in variable ``INSTALLED_APPS `` in ``settings.py``.
 *  Always set ``SECRET_KEY = environ.get('OTREE_SECRET_KEY')`` in ``settings.py``.
 *  Always set ``ADMIN_PASSWORD = environ.get('OTREE_ADMIN_PASSWORD')``
-- 
GitLab