From c230d039f2dbd4c64ac449104fd170b7f07cfb56 Mon Sep 17 00:00:00 2001 From: Mathias Beaulieu-Duncan Date: Sun, 25 Aug 2024 12:42:54 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b41ed3..d60ef27 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ public void ConfigureServices(IServiceCollection services) public void ConfigureServices(IServiceCollection services) { - // with PoweredSoft.CQRS.FluentValidation package. + // with OpenHarbor.CQRS.FluentValidation package. services.AddCommand(); } ```