Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusz96 authored Sep 24, 2024
1 parent 90f1b67 commit 0a9e627
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ public class RoudCornersAsyncMiddleware : IAsyncMiddleware<Bitmap>
Alternatively, you can instantiate `ServiceProviderMiddlewareResolver` directly:
```C#
services.AddMiddlewareFromAssembly(typeof(RoudCornersAsyncMiddleware).Assembly, ServiceLifetime.Scoped);
services.AddScoped<IMyService, MyService>();

public class MyService : IMyService
{
Expand Down

0 comments on commit 0a9e627

Please sign in to comment.