Documentation - Fixed file name in Code section

The .hpp file name is `json-schema.hpp`
This commit is contained in:
JustCameToHelp 2017-01-17 13:41:21 +01:00 committed by Patrick Boettcher
parent c78ca226a8
commit ee3de923f9

View File

@ -72,7 +72,7 @@ add_subdirectory(path-to-this-project json-schema-validator)
See also `app/json-schema-validate.cpp`.
```C++
#include "json-schema-validator.hpp"
#include "json-schema.hpp"
using nlohmann::json;
using nlohmann::json_uri;