Skip to content

Commit

Permalink
Fix syntax error in documentation of using fluent API
Browse files Browse the repository at this point in the history
  • Loading branch information
ylashin committed Dec 14, 2018
1 parent d32c124 commit 25c9767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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)
Expand Down

0 comments on commit 25c9767

Please sign in to comment.