Documentation - Fixed file name in Code section
The .hpp file name is `json-schema.hpp`
This commit is contained in:
parent
c78ca226a8
commit
ee3de923f9
@ -72,7 +72,7 @@ add_subdirectory(path-to-this-project json-schema-validator)
|
|||||||
See also `app/json-schema-validate.cpp`.
|
See also `app/json-schema-validate.cpp`.
|
||||||
|
|
||||||
```C++
|
```C++
|
||||||
#include "json-schema-validator.hpp"
|
#include "json-schema.hpp"
|
||||||
|
|
||||||
using nlohmann::json;
|
using nlohmann::json;
|
||||||
using nlohmann::json_uri;
|
using nlohmann::json_uri;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user