From 2e1b46bf26d2fc1fd16e62a5e85f3e3bd324c5c0 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Mon, 11 Jul 2016 22:48:31 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a876fbf1..86b8c1c0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ Very fast, header only, C++ logging library. [![Build Status](https://travis-ci. Just copy the source [folder](https://github.com/gabime/spdlog/tree/master/include/spdlog) to your build tree and use a C++11 compiler ## Platforms - * Linux (gcc 4.8.1+, clang 3.5+)t + * Linux (gcc 4.8.1+, clang 3.5+) + * Windows (visual studio 2013+, cygwin/mingw with g++ 4.9.1+) + * Mac OSX (clang 3.5+) ##Features * Very fast - performance is the primary goal (see [benchmarks](#benchmarks) below).