diff --git a/README.md b/README.md index 9d21a1c..ced7a17 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ SerilogWebClassic.Configure(cfg => cfg The configuration method calls are chainable, so a full configuration may look like : ```csharp -SerilogWebClassic.Configure(cfg => +SerilogWebClassic.Configure(cfg => cfg .UseLogger(myCustomLogger) .LogAtLevel(LogEventLevel.Debug) .IgnoreRequestsMatching(ctx => !ctx.Request.IsAuthenticated)