From 7681f565c35ffa8ce4aa2a41863005a8bb5fd22f Mon Sep 17 00:00:00 2001 From: yeikos Date: Tue, 7 Feb 2012 00:45:22 +0100 Subject: [PATCH] [doc fix] Closed parens in README example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0ce703..12c8eff 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The core of `revalidator` is simple and succinct: `revalidator.validate(obj, sch default: null } } - }); + })); ``` This will return with a value indicating if the `obj` conforms to the `schema`. If it does not, a descriptive object will be returned containing the errors encountered with validation.