Skip to content

Commit 094f15c

Browse files
authored
Merge pull request #248 from acohenOT/patch-1
Add using statement to readme example
2 parents 3d4e614 + 933a7e1 commit 094f15c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
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)