From fbdcbed55e3851c83b476e931aa0599eaba7c5ff Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 1 May 2017 17:40:39 +0200 Subject: [PATCH] markdown fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2583c4..a1e0514 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ files in there directly if you don't need the API documentation. Libostd is built using the supplied C++ build tool. You need to compile the build tool first using the compiler you will use to build the library itself: -~~~{.cc} - c++ build.cc -o build -std=c++1z +~~~ +c++ build.cc -o build -std=c++1z ~~~ On Unix-like systems, the `-pthread` option is necessary. C++17 is required