Minor fix for example code in README

This commit is contained in:
Tristan Penman 2021-01-25 09:54:24 +11:00
parent a19e1c00f0
commit 8a784f23bf

View File

@ -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>