From bac1771d42c577035d2b65a5d303c1d0c5f3aa2b Mon Sep 17 00:00:00 2001 From: pantor Date: Sun, 11 Nov 2018 14:10:03 +0100 Subject: [PATCH] clearer integration --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a48d5d..7e3fac5 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,8 @@ Inja is a headers only library, which can be downloaded from the [releases](http ```c++ #include -#include -// For convenience +// Just for convenience using namespace inja; using json = nlohmann::json; ```