From ee3de923f916703cecfd035ae834f63283d8593f Mon Sep 17 00:00:00 2001 From: JustCameToHelp Date: Tue, 17 Jan 2017 13:41:21 +0100 Subject: [PATCH] Documentation - Fixed file name in Code section The .hpp file name is `json-schema.hpp` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33b1440..12f24cc 100644 --- a/README.md +++ b/README.md @@ -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;