Change to angle brackets

pull/955/head
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
1 changed files with 1 additions and 1 deletions

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;