Skip to content

Commit

Permalink
add CDN use option with unpkg (validatorjs#1844)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Romero authored and theteladras committed Oct 30, 2021
1 parent b20dcde commit d20ca5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -66,6 +66,12 @@ The library can also be installed through [bower][bower]
$ bower install validator-js
```

CDN

```html
<script src="https://unpkg.com/validator@latest/validator.min.js"></script>
```

## Contributors

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

0 comments on commit d20ca5c

Please sign in to comment.