Skip to content

Commit

Permalink
Fix typo in Brevo link
Browse files Browse the repository at this point in the history
  • Loading branch information
JacekSmi authored Jan 23, 2024
1 parent 0960563 commit b1bcdfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
This project is licensed under the terms of the [MIT](https://github.com/mantinband/clean-architecture/blob/main/LICENSE) license.

0 comments on commit b1bcdfd

Please sign in to comment.