diff --git a/README.markdown b/README.markdown index af32b3f..39793b9 100644 --- a/README.markdown +++ b/README.markdown @@ -36,7 +36,8 @@ CHECK(less > more) << "CHECK(false) triggers a FATAL message"; http://www.codeproject.com/Articles/288827/g2log-An-efficient-asynchronous-logger-using-Cplus) * You can choose to use the default log receiver which saves all LOG calls to file, **or** you can choose to use your own custom made log receiver(s), **or** both, **or** as many sinks as you need. - +## Detailed API documentation +Please look at [API.readme](API.readme) for detailed API documentation ## Benefits you get when using G3log ##