Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
emretulek committed Nov 8, 2020
1 parent 653e15e commit 9db932a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ jbvalidator is a fresh new jQuery based form validation plugin that is created f
- Custom validation rules.
- Easy to use via HTML data attribute.

### Installation

```
npm i @emretulek/jbvalidator
```
Or grab from jsdelivr CDN :
```html
<script src="https://cdn.jsdelivr.net/npm/@emretulek/jbvalidator/dist/jbvalidator.min.js"></script>
```

### HTML 5 & Bootstrap 5 & Jquery 3

Expand Down

0 comments on commit 9db932a

Please sign in to comment.