diff --git a/README.md b/README.md index af1fd2e..fe23720 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ To use this technique, first replace the initial `CreateLogger()` call with `Cre ```csharp using Serilog; +using Serilog.Events; public class Program {