Update README.md

This commit is contained in:
Mathias Beaulieu-Duncan 2024-08-25 12:42:54 -04:00
parent 43bf6ebd6b
commit c230d039f2

View File

@ -80,7 +80,7 @@ public void ConfigureServices(IServiceCollection services)
public void ConfigureServices(IServiceCollection services) public void ConfigureServices(IServiceCollection services)
{ {
// with PoweredSoft.CQRS.FluentValidation package. // with OpenHarbor.CQRS.FluentValidation package.
services.AddCommand<EchoCommand, string, EchoCommandHandler, EchoCommandValidator>(); services.AddCommand<EchoCommand, string, EchoCommandHandler, EchoCommandValidator>();
} }
``` ```