Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewminion-luminfire committed Sep 25, 2024
1 parent b36c325 commit 61289f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Provides an Artisan command to cancel a queued batch of jobs
# Laravel Queue Cancel Batch

Provides a command to cancel a specific batch of queued jobs.

![package image](resources/package-image.png)

Expand All @@ -7,8 +9,6 @@
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/macbookandrew/laravel-queue-cancel-batch/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/macbookandrew/laravel-queue-cancel-batch/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain) -->
[![Total Downloads](https://img.shields.io/packagist/dt/macbookandrew/laravel-queue-cancel-batch.svg?style=flat-square)](https://packagist.org/packages/macbookandrew/laravel-queue-cancel-batch)

This package provides a command to cancel a specific batch of queued jobs.

## Installation

You can install the package via composer:
Expand Down

0 comments on commit 61289f2

Please sign in to comment.