Skip to content

Commit 6374e15

Browse files
Update README.md
1 parent bca3674 commit 6374e15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
git checkout -b V.2.0
1111

1212

13-
## Why this ?
13+
## Why me ?
1414

1515
* Support **Native** and **ES6** Javascript,
1616
* Pure Javascript Code (**No Dependency**),
@@ -45,7 +45,7 @@ Then Integrate your form with Validator.
4545
| ----------- | --------------- | ----------------------------------------------------------------------------- | --------- |
4646
| form | #ID | **ID** of the Form to handle validations and filters. | Yes |
4747
| forceFilter | True, False | **True**, to allow form filter without form validations. **False**, default. | No |
48-
| message | Object | Response message for **required**,**min**,**max**,**password**,**email** &more| No |
48+
| message | Object | Response message for all HTML elements. | No |
4949

5050
## Actions
5151

@@ -163,7 +163,7 @@ It has automated listener to monitor every changes on form.
163163
3. In form use **`novalidate`** to avoid browser interuptions.
164164

165165
```html
166-
<form method="POST/GET/PUT/PATCH/DELETE.." action="PATH TO HANDLE" id="form2submit" ... novalidate>
166+
<form method="POST/GET/PUT/PATCH/DELETE" action="PATH-TO-HANDLE" id="form2submit" novalidate>
167167
...
168168
...
169169
</form>

0 commit comments

Comments
 (0)