Skip to content

Commit

Permalink
Merge pull request #33 from xakep139/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md [Skip CI]
  • Loading branch information
nblumhardt authored May 15, 2017
2 parents ffe253f + ade7acd commit 0639f1e
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,6 +48,6 @@ Multiple processes can concurrently write to the same log file if the `shared` p

By default, the file sink will flush each event written through it to disk. To improve write performance, specifying `buffered: true` will permit the underlying stream to buffer writes.

The [Serilog.Sinks.Async](https://github.com/serilog/serilog-sinks-async) package can be used to wrap the file sink and perform all disk accss on a background worker thread.
The [Serilog.Sinks.Async](https://github.com/serilog/serilog-sinks-async) package can be used to wrap the file sink and perform all disk access on a background worker thread.

_Copyright © 2016 Serilog Contributors - Provided under the [Apache License, Version 2.0](http://apache.org/licenses/LICENSE-2.0.html)._

0 comments on commit 0639f1e

Please sign in to comment.