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; ```