Skip to content

Commit 1e47fbc

Browse files
committed
Update README.md
1 parent 544a4e7 commit 1e47fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jQuery Form Validator is a **feature rich and multilingual** jQuery plugin that
3838

3939
### Support for HTML5
4040

41-
As of version 2.2 (unreleased) you can use this plugin as a fallback solution for the validation attributes in the HTML5 spec. Add the module `html5` to the module declaration and you can use the following native features:
41+
As of version 2.2 you can use this plugin as a fallback solution for the validation attributes in the HTML5 spec. Add the module `html5` to the module declaration and you can use the following native features:
4242

4343
**Attributes**: require, pattern, maxlength, min, max, placeholder
4444

@@ -216,7 +216,7 @@ The first argument of $.formUtils.loadModules is a comma separated string with n
216216
file extension (add .dev if the file name is for example mymodule.dev.js, this will insure that the browser never
217217
caches the javascript).
218218

219-
The second argument is the path where the module files is located. This argument is optional, if not given
219+
The second argument is the path where the module files are located. This argument is optional, if not given
220220
the module files has to be located in the same directory as the core modules shipped together with this jquery plugin
221221
(js/form-validator/)
222222

0 commit comments

Comments
 (0)