Fix Readme; change cron doc to 5 minutes (instead of 1)

This commit is contained in:
2025-12-08 13:21:33 +01:00
parent 7ddf1337c1
commit dcb297dcdc
+1 -1
View File
@@ -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