Skip to content

Commit 94a5712

Browse files
committed
Typo in README
1 parent 99e7ed0 commit 94a5712

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
@@ -26,6 +26,6 @@ Any JSON.NET dynamic object can be represented in the log event's properties:
2626

2727
```csharp
2828
var obj = JsonConvert.DeserializeObject<dynamic>(someJson);
29-
Log.Information("Deserialized {@Obj}");
29+
Log.Information("Deserialized {@Obj}", obj);
3030
```
3131

0 commit comments

Comments
 (0)