From b1bcdfd86bc1ac9b34bc88dabe6adc32cd862e2a Mon Sep 17 00:00:00 2001 From: JacekSmi Date: Tue, 23 Jan 2024 18:33:35 +0100 Subject: [PATCH] Fix typo in Brevo link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c62cd0f..0fd4b9f 100644 --- a/README.md +++ b/README.md @@ -483,7 +483,7 @@ private async void SendEmailNotifications(object? state) To configure the service to send emails, make sure to update the email settings under the `appsettings.json`/`appsettings.Development.json` file: -You can use your own SMTP server or use a service like [Brevo](https://brevo.co/). +You can use your own SMTP server or use a service like [Brevo](https://brevo.com/). ### Configure Email Settings Manually @@ -525,4 +525,4 @@ If you have any questions, comments, or suggestions, please open an issue or cre # License 🪪 -This project is licensed under the terms of the [MIT](https://github.com/mantinband/clean-architecture/blob/main/LICENSE) license. \ No newline at end of file +This project is licensed under the terms of the [MIT](https://github.com/mantinband/clean-architecture/blob/main/LICENSE) license.