From 0834810d67c7baab8a4bc8dfb14c6f98560cff3a Mon Sep 17 00:00:00 2001 From: Christian Alfoni Date: Wed, 21 Jan 2015 15:23:35 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f0ddea..7ef3cdd 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ The main concept is that forms, inputs and validation is done very differently a **0.6.0** - **onSubmit()** now has the same signature regardless of passing url attribute or not - **isPristine()** is a new method to handle "touched" form elements (thanks @FoxxMD) - - Mapping attribute to pass a function that maps input values to new structure. The new structure is either passed to *onSubmit* or to the server when using a url attribute (thanks for feedback @MattAitchison) + - Mapping attributes to pass a function that maps input values to new structure. The new structure is either passed to *onSubmit* and/or to the server when using a url attribute (thanks for feedback @MattAitchison) - Added default "equalsField" validation rule - Lots of tests!