Consistency with using in README.md

This commit is contained in:
justanotheranonymoususer
2021-06-17 21:39:29 +03:00
committed by GitHub
parent 18a5f4c7ca
commit 9710108d6a

View File

@@ -88,7 +88,7 @@ Thanks everyone!
#include <nlohmann/json.hpp>
// 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).