diff --git a/README.md b/README.md index fee4de3..870104a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Receive webhooks in Laravel apps [![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-webhook-client.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-webhook-client) -![GitHub Workflow Status](https://img.shields.io/github/workflow/status/spatie/laravel-webhook-client/run-tests?label=tests) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-webhook-client/run-tests.yml?branch=main?label=tests) [![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-webhook-client.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-webhook-client) A webhook is a way for an app to provide information to another app about a specific event. The way the two apps communicate is with a simple HTTP request.