diff --git a/README.md b/README.md index 41f66b5..fca7d39 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ #### CRON Add this line in your crontab by typing `crontab -e`: ```bash -5 * * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1 +*/5 * * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1 ``` ## Usage