From 1688c54a6e23b36a731e2b7b57d6ba7e40678d87 Mon Sep 17 00:00:00 2001 From: Dominus Iniquitatis Date: Sun, 23 Jun 2019 11:34:50 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02026b8..afbf0f7 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ messages if a JSON-document/instance does not comply to its schema. By default this is done with exceptions thrown at the users with a helpful message telling what's wrong with the document while validating. -With **2.0.0** the user can pass a `json_scheam::basic_error_handler`-derived +With **2.0.0** the user can pass a `json_schema::basic_error_handler`-derived object along with the instance to validate to receive a callback each time a validation error occurs and decide what to do (throwing, counting, collecting).