Change to angle brackets
This commit is contained in:
parent
ae688016f6
commit
ee76436592
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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
|
```cpp
|
||||||
#include "nlohmann/json.hpp"
|
#include <nlohmann/json.hpp>
|
||||||
|
|
||||||
// for convenience
|
// for convenience
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
Loading…
Reference in a new issue