Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusz96 authored Aug 7, 2024
1 parent 4e5b3bf commit 0478180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public class RoudCornersAsyncMiddleware : IAsyncMiddleware<Bitmap>
}
```

And register it using `IHttpContextAccessor` (recommended):
Register it using `IHttpContextAccessor` (recommended):
```C#
services.AddSingleton<IMyService, MyService>();

Expand Down

0 comments on commit 0478180

Please sign in to comment.