From 6408f881949289e9e192f4ed5da22bcd7509e6fc Mon Sep 17 00:00:00 2001 From: Anton Kulakov Date: Fri, 19 Feb 2016 20:01:44 +0300 Subject: [PATCH] Update README.md Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1b429f..622828a 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,7 @@ validate({ userId: 1, postId: 19 })) if (!(err instanceof Ajv.ValidationError)) throw err; // data is invalid console.log('Validation errors:', err.errors); -}; +}); ```