We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dccf54 commit d9b2b1eCopy full SHA for d9b2b1e
README.md
@@ -27,13 +27,13 @@ Then Integrate your form with Validator.
27
28
```javascript
29
30
- // For Nativ
+ // For Native-Javascript
31
var myform = jsValidator.init({
32
form: 'form2submit',
33
forceFilter: true
34
});
35
36
- // For ES6
+ // For ES6
37
var myform = new jsValidator().init({
38
39
0 commit comments