Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiseni committed Oct 18, 2024
1 parent e78cbdb commit 06c39fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A simple library that extends MediatR with various publishing strategies.
Set the `MediatorImplementationType` to `ExtendedMediator` in the configuration.

```csharp
services.AddMediatR(x =>
builder.Services.AddMediatR(x =>
{
x.MediatorImplementationType = typeof(ExtendedMediator);

Expand Down
2 changes: 1 addition & 1 deletion readme-nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A simple library that extends MediatR with various publishing strategies.
Set the `MediatorImplementationType` to `ExtendedMediator` in the configuration.

```csharp
services.AddMediatR(x =>
builder.Services.AddMediatR(x =>
{
x.MediatorImplementationType = typeof(ExtendedMediator);

Expand Down

0 comments on commit 06c39fe

Please sign in to comment.