-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
b4368bb
commit eef95ca
Showing
4 changed files
with
12 additions
and
12 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,32 +9,32 @@ | |
|
||
This npm package provides JavaScript functions to validate various forms fields. | ||
|
||
Documentation: https://gabriel-logan.github.io/multiform-validator | ||
Documentation: https://multiform-validator.vercel.app | ||
|
||
Feel free to find bugs and report them to me. Your feedback is highly appreciated. Hugs from Gabriel Logan! | ||
|
||
## CDNs | ||
|
||
jsDelivr: | ||
```bash | ||
https://cdn.jsdelivr.net/npm/[email protected].0/dist/bundle.min.js | ||
https://cdn.jsdelivr.net/npm/[email protected].1/dist/bundle.min.js | ||
``` | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/bundle.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/bundle.min.js"></script> | ||
``` | ||
|
||
unpkg: | ||
```bash | ||
https://unpkg.com/[email protected].0/dist/bundle.js | ||
https://unpkg.com/[email protected].1/dist/bundle.js | ||
``` | ||
```html | ||
<script src="https://unpkg.com/[email protected].0/dist/bundle.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/dist/bundle.js"></script> | ||
``` | ||
|
||
### Example of use with CDN | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/bundle.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/bundle.min.js"></script> | ||
<script> | ||
const emailResult = isEmail('123456'); | ||
|
@@ -144,7 +144,7 @@ validator.FUNCTION_NAME.errorMsg = 'ErrorMsg' // You can customize errors | |
``` | ||
|
||
## Documentation | ||
### https://gabriel-logan.github.io/multiform-validator | ||
### https://multiform-validator.vercel.app | ||
|
||
```javascript | ||
|
||
|
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