diff --git a/docs/index.md b/docs/index.md index ebb2547c..b8ac5562 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,10 +3,10 @@ # 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. +3. Fatal crash handling for graceful shutdown of the logged process without loosing any log details up to the point of the crash The super quick introduction to g3log can be seen in the steps 1 - 9 below.