Skip to content

Commit

Permalink
Fixes #256 - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt authored Aug 13, 2021
1 parent 094f15c commit 76f4a51
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 @@ -198,7 +198,7 @@ The downside of initializing Serilog first is that services from the ASP.NET Cor

To address this, Serilog supports two-stage initialization. An initial "bootstrap" logger is configured immediately when the program starts, and this is replaced by the fully-configured logger once the host has loaded.

To use this technique, first replace the initial `CreateLogger()` call with `CreateBoostrapLogger()`:
To use this technique, first replace the initial `CreateLogger()` call with `CreateBootstrapLogger()`:

```csharp
using Serilog;
Expand Down

0 comments on commit 76f4a51

Please sign in to comment.