diff --git a/README.md b/README.md index 82f2272..094f530 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,6 @@ public void ConfigureServices(IServiceCollection services) Make sure, the default setup is getting used. Again, you can either use the `UseDefaultSetup` extension method or use the options manually, in case you need to tweak in some of your own adjustments. -```csharp - ```csharp public void Configure(IApplicationBuilder app, IWebHostEnvironment env) {