From f8063b4c5794808a632c1ab91bcaf8811f89ffe5 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 16 Nov 2014 21:00:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb6c0c4e..d21d7138 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Just copy the files to your build tree and use a C++11 compiler * Console logging * Linux syslog * Optional async logging -* Add your own custom logging targets easily (just implement the single function in the sink interface) +* Add custom log targets easily (just implement the single function in the [sink](include/spdlog/sinks/sink.h) interface) * Logging levels * Custom formatting with user defined patterns