diff --git a/docs/index.md b/docs/index.md index 8deed8ab2..ebb2547c3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,7 @@ # Welcome to g3log -G3log is an asynchronous logger with three main features: +G3log is an asynchronous logger with three main features 1. Intuitive `LOG(...)` API 2. `Design-by-contract` `CHECK(...)` functionality 3. Fatal crash handling for graceful shutdown of the logged process without loosing any log details up to the point of the crash.