From 75b1da2c1268dac042c671a16451165735271cd2 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 15 Sep 2023 21:12:36 +0300 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d36b2f03..1b958771 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Very fast, header-only/compiled, C++ logging library. [![ci](https://github.com/ ## Install #### Header-only version -Copy the include [folder](https://github.com/gabime/spdlog/tree/v1.x/include/spdlog) to your build tree and use a C++11 compiler. +Copy the include [folder](https://github.com/gabime/spdlog/tree/v1.x/include/spdlog) to your build tree and use a C++17 compiler. #### Compiled version (recommended - much faster compile times) ```console @@ -17,8 +17,8 @@ see example [CMakeLists.txt](https://github.com/gabime/spdlog/blob/v1.x/example/ ## Platforms * Linux, FreeBSD, OpenBSD, Solaris, AIX -* Windows (msvc 2013+, cygwin) -* macOS (clang 3.5+) +* Windows (msvc, cygwin) +* macOS * Android ## Package managers: