From e0dbd3b0bb119e9177fed04a7269587040e34a79 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Sat, 2 Mar 2024 06:44:13 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2b1df39..90c2975 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-cronless-schedule.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-cronless-schedule) ![Tests](https://github.com/spatie/laravel-cronless-schedule/workflows/Tests/badge.svg) -![Psalm](https://github.com/spatie/laravel-cronless-schedule/workflows/Psalm/badge.svg) [![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-cronless-schedule.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-cronless-schedule) [Laravel's native scheduler](https://laravel.com/docs/master/scheduling) relies on cron to be executed every minute. It's rock solid and in most cases you should stick to using it.