mirror of
https://github.com/nlohmann/json
synced 2024-11-10 06:20:06 +00:00
Change to angle brackets
This commit is contained in:
parent
ae688016f6
commit
ee76436592
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user