diff --git a/README.markdown b/README.markdown index 2a417dc..68ec0aa 100644 --- a/README.markdown +++ b/README.markdown @@ -56,10 +56,10 @@ The logger will catch certain fatal events *(Linux/OSX: signals, Windows: fatal 6. It is cross platform. Tested and used by me or by clients on OSX, Windows, Ubuntu, CentOS 7. G3log and G2log is used world wide in commercial products as well as hobby projects. G2log is used since early 2011. -The code is given for free as public domain. This gives the option to change, use, - and do whatever with it, no strings attached. -8. Two versions of g2log exist that are under active development. +8. The code is given for free as public domain. This gives the option to change, use, and do whatever with it, no strings attached. + +9. Two versions of g2log exist that are under active development. * This version: *[g3log](https://bitbucket.org/KjellKod/g3log)* : which is made to facilitate easy adding of custom log receivers. Its tested on at least the following platforms with Linux(Clang/gcc), Windows (mingw, visual studio 2013). My recommendation is to go with g3log if you have full C++11 support. * *[g2log](https://bitbucket.org/KjellKod/g2log)*: The original. Simple, easy to modify and with the most OS support. Clients use g2log on environments such as OSX/Clang, Ubuntu, CentOS, Windows/mingw, Windows/Visual Studio. The focus on g2log is stability and compiler support. Only well, time tested, features from g3log will make it into g2log.