From dacb1a08007109a0e16f44fb6aad058d75e0a2ec Mon Sep 17 00:00:00 2001 From: Patrick Organ Date: Fri, 20 Oct 2023 19:16:40 -0400 Subject: [PATCH] Update README.md fix broken tests status readme badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26037dc..1a82e79 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Send a welcome notification to new users [![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-welcome-notification.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-welcome-notification) -![GitHub Workflow Status](https://img.shields.io/github/workflow/status/spatie/laravel-welcome-notification/run-tests?label=tests) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-welcome-notification/run-tests.yml?label=tests) [![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-welcome-notification.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-welcome-notification) Using this package you can send a `WelcomeNotification` to a new user of your app. The notification contains a secure link to a screen where the user can set an initial password.