Skip to content

Commit 933a7e1

Browse files
authored
Add using statement to readme example
Add missing statement. I missed this when doing PR #247
1 parent 3d4e614 commit 933a7e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dotnet add package Serilog.AspNetCore
1818

1919
```csharp
2020
using Serilog;
21+
using Serilog.Events;
2122

2223
public class Program
2324
{

0 commit comments

Comments
 (0)