From 1e4c5104094f4aedf0ecdf364602a67f70c3b2b1 Mon Sep 17 00:00:00 2001 From: David Roth Date: Wed, 17 Jul 2024 11:14:15 +0000 Subject: [PATCH] docs: Update description --- src/Mediator/src/Mediator.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mediator/src/Mediator.csproj b/src/Mediator/src/Mediator.csproj index d14c1d3..d8d5ada 100644 --- a/src/Mediator/src/Mediator.csproj +++ b/src/Mediator/src/Mediator.csproj @@ -6,7 +6,7 @@ true snupkg $(ArtifactsPath)\bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml - Provides abstractions for MediatR. + Contains a simple implementation of the common mediator pattern. README.md