diff --git a/docs/20_Checks/check_cronstatus.md b/docs/20_Checks/check_cronstatus.md
index 45a3297a0aa5713c6b10beaabc753c8a7ff1710e..e03fbca0f49f7560bb6209defab37b717d8268b3 100644
--- a/docs/20_Checks/check_cronstatus.md
+++ b/docs/20_Checks/check_cronstatus.md
@@ -17,7 +17,7 @@ As output you get a summary of all checks followed by more detailed status per j
 
 * The cronwrapper must be installed
 * Your cronjob(s) must be changed to use the wrapper, eg.\
- `*/60 * * * * /opt/cronwrappre.sh 60 <YOUR_COMMAND>`
+ `*/60 * * * * /opt/cronwrapper/cronwrapper.sh 60 <YOUR_COMMAND>`
 
 📄 Source: <https://github.com/axelhahn/cronwrapper>\
 📜 License: GNU GPL 3.0\