Skip to content

Commit

Permalink
Typo in sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt authored Feb 17, 2021
1 parent 29378ba commit cb4c573
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 @@ -208,7 +208,7 @@ public class Program
.MinimumLevel.Override("Microsoft", LogEventLevel.Information)
.Enrich.FromLogContext()
.WriteTo.Console()
.CreateBootstrapLogger(); <-- this line!
.CreateBootstrapLogger(); // <-- Change this line!
```

Then, pass a callback to `UseSerilog()` that creates the final logger:
Expand Down

0 comments on commit cb4c573

Please sign in to comment.