diff --git a/README.md b/README.md index 454daf4..c17a905 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Instead of adding the `to($url)` method for the recipient you can also add the ` ```php public function routeNotificationForMicrosoftTeams(Notification $notification) { - return config('services.microsoft_teams.sales_url') + return config('services.microsoft_teams.sales_url'); } ```