From e7975e55d3f1e7858089f3e7e4de220f3f143f5e Mon Sep 17 00:00:00 2001 From: Rob Brain Date: Tue, 26 Sep 2023 15:56:32 -0700 Subject: [PATCH] Update README.md The other examples use `php artisan` as a prefix but this one doesn't so changed for consistency. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbf6721..2c4ed35 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ class Kernel extends ConsoleKernel Every time you deploy your application, you should execute the `schedule-monitor:sync` command ```bash -schedule-monitor:sync +php artisan schedule-monitor:sync ``` This command is responsible for syncing your schedule with the database, and optionally Oh Dear. We highly recommend adding this command to the script that deploys your production environment.