Skip to content

Commit cb4c573

Browse files
authored
Typo in sample code
1 parent 29378ba commit cb4c573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public class Program
208208
.MinimumLevel.Override("Microsoft", LogEventLevel.Information)
209209
.Enrich.FromLogContext()
210210
.WriteTo.Console()
211-
.CreateBootstrapLogger(); <-- this line!
211+
.CreateBootstrapLogger(); // <-- Change this line!
212212
```
213213

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

0 commit comments

Comments
 (0)