diff --git a/README.md b/README.md
index ffb3d372f9190eeff303ba0bd9ddc40add979940..db51b018ae441cd282c16481eaef5e78784b6bee 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,18 @@ certbot_application_deploy_hook: |
 Example Playbook
 ----------------
 
+```yaml
+# requirements.yaml
+roles:
+  - name: hdacloud.certbot
+    src: git+https://code.fbi.h-da.de/hdacloud/ansible_certbot
+    version: main
+```
+
 ```yaml
 - hosts: all
   roles:
-    - hdacloud.oauth2
+    - hdacloud.certbot
 ```
 
 License