Change to angle brackets

This commit is contained in:
Patrik Huber 2018-02-06 11:29:37 +00:00 committed by GitHub
parent ae688016f6
commit ee76436592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;