Skip to content

Commit 5d3e422

Browse files
committed
readme changes
1 parent e72254f commit 5d3e422

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Subscribable Notifications for Laravel
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/ylsideas/subscribable-notifications.svg?style=flat-square)](https://packagist.org/packages/ylsideas/subscribable-notifications)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/ylsideas/subscribable-notifications/run-tests?label=tests)](https://github.com/ylsideas/subscribable-notifications/actions?query=workflow%3Arun-tests+branch%3Amain)
5-
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/ylsideas/subscribable-notifications/Check%20&%20fix%20styling?label=code%20style)](https://github.com/ylsideas/subscribable-notifications/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
4+
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/ylsideas/subscribable-notifications/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/ylsideas/subscribable-notifications/actions/workflows/run-tests.yml)
5+
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/ylsideas/subscribable-notifications/php-cs-fixer.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/ylsideas/subscribable-notifications/actions/workflows/php-cs-fixer.yml)
66
[![Total Downloads](https://img.shields.io/packagist/dt/ylsideas/subscribable-notifications.svg?style=flat-square)](https://packagist.org/packages/ylsideas/subscribable-notifications)
7+
[![Laravel Compatibility](https://badge.laravel.cloud/badge/ylsideas/subscribable-notifications?style=flat)](https://packagist.org/packages/ylsideas/subscribable-notifications)
78

89
This package has been designed to help you handle email unsubscribes with as little as 5 minutes setup. After installing
910
your notifications sent over email should now be delivered with unsubscribe links in the footer and as a mail header

0 commit comments

Comments
 (0)