Skip to content

Commit 3756746

Browse files
authored
Merge pull request #10 from bbrandt/patch-1
Fix typo in example namespace [Skip CI]
2 parents 363ac58 + 1bd3b2c commit 3756746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To specify the formatter in XML `<appSettings>` provide its assembly-qualified t
3333
<add key="serilog:using:RollingFile" value="Serilog.Sinks.RollingFile" />
3434
<add key="serilog:write-to:RollingFile.pathFormat" value="./logs/myapp.json" />
3535
<add key="serilog:write-to:RollingFile.formatter"
36-
value="Serilog.Formattting.Compact.CompactJsonFormatter, Serilog.Formatting.Compact" />
36+
value="Serilog.Formatting.Compact.CompactJsonFormatter, Serilog.Formatting.Compact" />
3737
```
3838

3939
### Rendered events
@@ -128,4 +128,4 @@ See `test/Serilog.Formatting.Compact.Tests/FormattingBenchmarks.cs`.
128128
### Compiling
129129

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

0 commit comments

Comments
 (0)