mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-13 10:32:58 +01:00
Minor fix for example code in README
This commit is contained in:
parent
a19e1c00f0
commit
8a784f23bf
@ -16,8 +16,6 @@ The following code snippets show how you might implement a simple validator usin
|
||||
|
||||
Include the necessary headers:
|
||||
```cpp
|
||||
#include <rapidjson/document.h>
|
||||
|
||||
#include <valijson/adapters/rapidjson_adapter.hpp>
|
||||
#include <valijson/utils/rapidjson_utils.hpp>
|
||||
#include <valijson/schema.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user