clearer integration

This commit is contained in:
pantor
2018-11-11 14:10:03 +01:00
parent 84faa3a31d
commit bac1771d42
+1 -2
View File
@@ -26,9 +26,8 @@ Inja is a headers only library, which can be downloaded from the [releases](http
```c++
#include <inja.hpp>
#include <nlohmann/json.hpp>
// For convenience
// Just for convenience
using namespace inja;
using json = nlohmann::json;
```