From 4b4050c5dacd7811f456b4802efe9ad410969384 Mon Sep 17 00:00:00 2001 From: Propaganistas Date: Fri, 15 Mar 2024 11:17:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12bf7bc..8990dcf 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Uses the disposable domains blacklist from [disposable/disposable](https://githu Schedule::command('disposable:update')->weekly(); ``` - Or if you Laravel 10 or below, head over to the Console kernel: + Or if you use Laravel 10 or below, head over to the Console kernel: ```php protected function schedule(Schedule $schedule) {