Skip to content

Commit 7bee611

Browse files
author
Luis Romero
authored
add CDN use option with unpkg (#1844)
closes #1507
1 parent 57cc14e commit 7bee611

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ The library can also be installed through [bower][bower]
6666
$ bower install validator-js
6767
```
6868

69+
CDN
70+
71+
```html
72+
<script src="https://unpkg.com/validator@latest/validator.min.js"></script>
73+
```
74+
6975
## Contributors
7076

7177
[Become a backer](https://opencollective.com/validatorjs#backer)

0 commit comments

Comments
 (0)