Unverified Commit ee764365 authored by Patrik Huber's avatar Patrik Huber Committed by GitHub

Change to angle brackets

parent ae688016
......@@ -58,7 +58,7 @@ See the [contribution guidelines](https://github.com/nlohmann/json/blob/master/.
The single required source, file `json.hpp` is in the `single_include/nlohmann` directory or [released here](https://github.com/nlohmann/json/releases). All you need to do is add
```cpp
#include "nlohmann/json.hpp"
#include <nlohmann/json.hpp>
// for convenience
using json = nlohmann::json;
......
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