Update README.md

pull/1695/head
Sh1710 5 years ago committed by GitHub
parent cbe9448650
commit bc6d0a4fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ $ cmake .. && make -j
see example [CMakeLists.txt](https://github.com/gabime/spdlog/blob/v1.x/example/CMakeLists.txt) on how to use.
## Platforms
## You can also try these Platforms
* Linux, FreeBSD, OpenBSD, Solaris, AIX
* Windows (msvc 2013+, cygwin)
* macOS (clang 3.5+)
@ -53,7 +53,7 @@ $ cmake .. && make -j
## Usage samples
#### Basic usage
#### Basic usage for all
```c++
#include "spdlog/spdlog.h"

Loading…
Cancel
Save