Skip to content

Commit

Permalink
Fix typo in example namespace
Browse files Browse the repository at this point in the history
Formattting --> Formatting
  • Loading branch information
bbrandt authored Aug 29, 2016
1 parent 363ac58 commit 1bd3b2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To specify the formatter in XML `<appSettings>` provide its assembly-qualified t
<add key="serilog:using:RollingFile" value="Serilog.Sinks.RollingFile" />
<add key="serilog:write-to:RollingFile.pathFormat" value="./logs/myapp.json" />
<add key="serilog:write-to:RollingFile.formatter"
value="Serilog.Formattting.Compact.CompactJsonFormatter, Serilog.Formatting.Compact" />
value="Serilog.Formatting.Compact.CompactJsonFormatter, Serilog.Formatting.Compact" />
```

### Rendered events
Expand Down Expand Up @@ -128,4 +128,4 @@ See `test/Serilog.Formatting.Compact.Tests/FormattingBenchmarks.cs`.
### Compiling

Opening serilog-formatting-compact.sln requires VS2015 Update 3 with the .NET Core tooling to be installed.
See: https://www.microsoft.com/net/core#windows
See: https://www.microsoft.com/net/core#windows

0 comments on commit 1bd3b2c

Please sign in to comment.