diff --git a/README.md b/README.md
index ace16fd41e5db670c3c087417a9111dd33f4ad82..9f592170b603fc38da95578adc8cb91524a6891c 100644
--- a/README.md
+++ b/README.md
@@ -111,9 +111,9 @@ deploy_prod:
     - # sync "public/" to the target production server via SSH
   # <condition> to trigger only on a given branch
 ```
-The "deploy_prod" stage shall run only if we're pushing to the main branch.
+The `deploy_prod` job shall run only if we're pushing to the main branch.
 
-:bulb: If you followed the [Ansible exercise](https://gitedu.hesge.ch/lsds/teaching/bachelor/cloud-and-deployment/lab-ansible), you're encouraged to integrate it into the deploy stage. Otherwise, a simple remote copy via `scp` or `rsync` suffices.
+:bulb: If you followed the [Ansible exercise](https://gitedu.hesge.ch/lsds/teaching/bachelor/cloud-and-deployment/lab-ansible), you're encouraged to integrate it into the `deploy` stage. Otherwise, a simple remote copy via `scp` or `rsync` suffices.
 
 ### Task #3: test operation ###