Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix broken tests status readme badge
  • Loading branch information
patinthehat authored Oct 20, 2023
1 parent 3b4a3a1 commit dacb1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit dacb1a0

Please sign in to comment.