diff --git a/README.md b/README.md index f66b43c..af787cc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Laravel Notification for Discord(Webhook) +## Introduction + +This package allows you to easily send notifications to Discord by simply specifying a webhook. With this Laravel notification channel, you can quickly integrate Discord notifications into your application without dealing with the complexities of Discord's API. Just configure your webhook URL and start sending notifications right away. + [![Maintainability](https://qlty.sh/badges/31f8a4d4-2dc7-4331-9b55-144df15fff85/maintainability.svg)](https://qlty.sh/gh/invokable/projects/laravel-notification-discord-webhook) [![Code Coverage](https://qlty.sh/badges/31f8a4d4-2dc7-4331-9b55-144df15fff85/test_coverage.svg)](https://qlty.sh/gh/invokable/projects/laravel-notification-discord-webhook) @@ -186,4 +190,4 @@ use Illuminate\Support\Facades\Storage; ``` ## LICENSE -MIT +MIT