Skip to content

Commit

Permalink
Merge pull request #6 from tmo-trustpilot/patch-1
Browse files Browse the repository at this point in the history
Fix link to serilog-formatting-compact
  • Loading branch information
nblumhardt authored Jan 25, 2017
2 parents 487de77 + 70c5d71 commit 29e5d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To write JSON instead of plain text, pass an appropriate `ITextFormatter` to the
.WriteTo.Console(new JsonFormatter())
```

[Serilog.Formatting.Compact](https://github.com/serilog/serilog.formatting.compact) provides alternatives to the default `JsonFormatter`.
[Serilog.Formatting.Compact](https://github.com/serilog/serilog-formatting-compact) provides alternatives to the default `JsonFormatter`.

### XML `<appSettings>` configuration

Expand Down

0 comments on commit 29e5d58

Please sign in to comment.