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

Commit

Permalink
Merge pull request #10 from emretulek/1.0.2
Browse files Browse the repository at this point in the history
Version 1.0.2
  • Loading branch information
emretulek authored May 9, 2021
2 parents a53e828 + f318f6d commit 8ecb198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ npm i @emretulek/jbvalidator
```
Or grab from jsdelivr CDN :
```html
<script src="https://cdn.jsdelivr.net/npm/@emretulek/jbvalidator@latest/dist/jbvalidator.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@emretulek/jbvalidator"></script>
```

### HTML 5 & Bootstrap 5 & Jquery 3
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ <h3>Serverside validation</h3>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>

<script src="https://cdn.jsdelivr.net/npm/@emretulek/jbvalidator@latest/dist/jbvalidator.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@emretulek/jbvalidator"></script>
<script>
$(function () {

Expand Down

0 comments on commit 8ecb198

Please sign in to comment.