From 9710108d6aa8ec3b17564b1bc62ea904e570b3d9 Mon Sep 17 00:00:00 2001 From: justanotheranonymoususer Date: Thu, 17 Jun 2021 21:39:29 +0300 Subject: [PATCH] Consistency with `using` in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 127b8d205..1c11617b2 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Thanks everyone! #include // for convenience -using json = nlohmann::json; +using nlohmann::json; ``` to the files you want to process JSON and set the necessary switches to enable C++11 (e.g., `-std=c++11` for GCC and Clang).