Update README.markdown

This commit is contained in:
Kjell Hedström 2019-12-16 15:43:32 -07:00 committed by GitHub
parent 29fb209b08
commit 3a905ed83d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ auto sinkHandle = logworker->addSink(std::make_unique<CustomSink>(),
**More sinks** can be found in the repository **[github.com/KjellKod/g3sinks](https://github.com/KjellKod/g3sinks)**.
#Code Examples
# Code Examples
Example usage where a custom sink is added. A function is called though the sink handler to the actual sink object.
```
// main.cpp