Skip to content

Commit

Permalink
Typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt committed Jul 9, 2015
1 parent 99e7ed0 commit 94a5712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,6 +26,6 @@ Any JSON.NET dynamic object can be represented in the log event's properties:

```csharp
var obj = JsonConvert.DeserializeObject<dynamic>(someJson);
Log.Information("Deserialized {@Obj}");
Log.Information("Deserialized {@Obj}", obj);
```

0 comments on commit 94a5712

Please sign in to comment.