Unverified Commit 9710108d authored by justanotheranonymoususer's avatar justanotheranonymoususer Committed by GitHub

Consistency with `using` in README.md

parent 18a5f4c7
......@@ -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).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment