From c741ee206d31fd6d91ec6a46c66113d56d142fce Mon Sep 17 00:00:00 2001
From: kawax <kawaxbiz@gmail.com>
Date: Fri, 29 Mar 2024 11:14:07 +0900
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 72c0d64..fc12938 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ class DiscordNotification extends Notification implements ShouldQueue
 ```php
 use Illuminate\Support\Facades\Notification;
 
-Notification::route('discord-webhook', config('services.discord.webhook')))
+Notification::route('discord-webhook', config('services.discord.webhook'))
             ->notify(new DiscordNotification('test'));
 ```