Skip to content

Commit 41bcd31

Browse files
Update README.md
1 parent d9b2b1e commit 41bcd31

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,21 @@
88

99
composer require shankar-thiyagaraajan/javascript-form-validator
1010

11-
#### Why javascriptFormValidator ?
11+
## What's New in this Validator ?
12+
13+
* Support **Native** and **ES6** Javascript,
14+
* Pure Javascript Code (**No Dependency**),
15+
* Simplified Implementations,
16+
* **HTML 5 validation** for all Browsers,
17+
* Reliable and **Dynamic** level **DOM** Validations.
1218

13-
1. It's developed by Core JavaScript.
14-
2. It supports most of browsers.
15-
3. Light Weight Library
16-
4. Very Simple Implementation.
17-
5. PowerFull Form Management.
1819

1920
**Steps to Integrate to Form :**
2021

21-
```html
22-
<script src="./../src/js/formValidator.js"></script>
22+
```html
23+
<script src="./../src/js/validatorNew.js"></script>
24+
or
25+
<script src="./../src/js/validatorNew.es6.js"></script>
2326
```
2427

2528
Then Integrate your form with Validator.

0 commit comments

Comments
 (0)