From a5104d1229fe7791b64e182632a4ee2125466f57 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 bfa0bfb7e..7400e3260 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).