From 4beda476d8cb47c5af4b376f2e8a3e6ecccd3d7c Mon Sep 17 00:00:00 2001 From: James Hickey Date: Wed, 25 Sep 2024 01:27:36 +0000 Subject: [PATCH] fix docs --- DocsV2/docs/Mailing/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DocsV2/docs/Mailing/README.md b/DocsV2/docs/Mailing/README.md index 02033b6..818182f 100644 --- a/DocsV2/docs/Mailing/README.md +++ b/DocsV2/docs/Mailing/README.md @@ -106,6 +106,7 @@ To configure it, in `Program.cs` instead of calling `AddMailer()` you do: ```csharp var builder = WebApplication.CreateBuilder(args); +builder.Services.AddScoped(); builder.AddCustomMailer(); ```