From ee76436592c2b0001dce33aa94d7cb4efb80028f Mon Sep 17 00:00:00 2001 From: Patrik Huber Date: Tue, 6 Feb 2018 11:29:37 +0000 Subject: [PATCH] Change to angle brackets --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24e5c4e35..075206db6 100644 --- a/README.md +++ b/README.md @@ -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 // for convenience using json = nlohmann::json;