diff --git a/README.md b/README.md
index 188e9ebd973b0c2fbc21d98bd1dce14d46c607a7..a16d7a1c2189309cce7efefaf22b5cd615929669 100644
--- a/README.md
+++ b/README.md
@@ -12,13 +12,13 @@ An ansible role to install docker and docker-compose.
 
 Either refer to the role via a requirements.yml, dependencies inside a meta.yml or via cloning the repository.
 
-**Requirements.yml - Example**
+**requirements.yml - Example**
 
 ```yaml
 ---
 roles:
   - name: role-docker-installation
-    src: https://25_read_ansible_roles:glpat-5Ci385Nui9Uvyy8dQcuC@git.slub-dresden.de/ansible/referat25/role-docker-installation.git
+    src: https://25_read_ansible_roles:glpat-8VUewUo-ntrfr5RjPc5h@git.slub-dresden.de/slub-referat-2.5/ansible/role-docker-installation.git
     scm: git
 ```