-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fad9002
commit 4c09725
Showing
3 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Octavalidate - JS V1.2.7 | ||
# Octavalidate - JS V1.2.9 | ||
|
||
This JavaScript library helps to validate your frontend (HTML) forms using validation rules, sophisticated regular expressions and form input attributes. | ||
|
||
|
@@ -30,7 +30,7 @@ Visit the [DOCUMENTATION](https://octagon-simon.github.io/projects/octavalidate/ | |
### CDN | ||
Place this script before the <code></head></code> tag. | ||
```html | ||
<script src="https://unpkg.com/[email protected].7/native/validate.js"></script> | ||
<script src="https://unpkg.com/[email protected].9/native/validate.js"></script> | ||
``` | ||
|
||
### LOCAL | ||
|
@@ -44,7 +44,7 @@ Place this script before the <code></head></code> tag. | |
|
||
### React JS | ||
|
||
Visit this [Link to the Documentation](https://octagon-simon.github.io/projects/octavalidate/octavalidate-with-react.html) to learn how to install & use this Library in React JS. | ||
Visit this [Link to the Documentation](https://octagon-simon.github.io/projects/octavalidate/reactjs/index.html) to learn how to install & use this Library in React JS. | ||
|
||
## How to Use | ||
|
||
|
@@ -367,4 +367,6 @@ Do you need a detailed explanation on how to use this library? | |
|
||
## Contributors | ||
|
||
[Simon Ugorji](https://twitter.com/ugorji_simon) | ||
[Simon Ugorji](https://twitter.com/ugorji_simon) | ||
|
||
[Chamberlain Ezigbo](https://twitter.com/chamberlin5050) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters