From 8fffdb24664b82218c1a0fc7fc0bc95f846fa059 Mon Sep 17 00:00:00 2001 From: Stephen Rodriguez Date: Wed, 29 Oct 2014 14:11:06 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82da8cf..ac7a414 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ For *fields*, it returns true on validate and false on errors. When using form validation with ajax, it returns *undefined* , the result is delivered asynchronously via function *options.onAjaxFormComplete*. -``` +```html // form validation alert( $("#formID1").validationEngine('validate') );