From 51869eb4ae63649d1a60ab17e054916db802bace Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Sun, 7 Jun 2020 09:27:04 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1de0a23..79a38ab 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # Schedule artisan commands to run at a sub-minute frequency -[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-short-schedule.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-short-schedule) ![Tests](https://github.com/spatie/laravel-short-schedule/workflows/Tests/badge.svg) ![Psalm](https://github.com/spatie/laravel-short-schedule/workflows/Psalm/badge.svg) -[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-short-schedule.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-short-schedule) [Laravel's native scheduler](https://laravel.com/docs/master/scheduling) allows you to schedule Artisan commands to run every minute.