Skip to content

Commit 7c34f2f

Browse files
authored
Update README.md
1 parent 1e92e48 commit 7c34f2f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ Note: `name` , `novalidate` and `onsubmit` attributes are compulsory.
3535
* Load the jquery.validateWrapper.
3636

3737
### CDN
38-
- [https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/1.19.1/jquery.validateWrapper.min.js](https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/1.19.1/jquery.validateWrapper.min.js)
39-
- [https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/1.19.1/jquery.validateWrapper.js](https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/1.19.1/jquery.validateWrapper.js)
38+
- [https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/v1.19.1/jquery.validateWrapper.min.js](https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/v1.19.1/jquery.validateWrapper.min.js)
39+
- [https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/v1.19.1/jquery.validateWrapper.js](https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/v1.19.1/jquery.validateWrapper.js)
4040

4141
```js
42-
<script src="https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/1.19.1/jquery.validateWrapper.min.js"> </script> //minified
43-
<script src="https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/1.19.1/jquery.validateWrapper.js"> </script> //non minified
42+
<script src="https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/v1.19.1/jquery.validateWrapper.min.js"> </script> //minified
43+
<script src="https://d37xf8bn4ru1eg.cloudfront.net/jquery-validateWrapper/v1.19.1/jquery.validateWrapper.js"> </script> //non minified
4444
```
4545
* Initializing the plugin with the default Settings.
4646

0 commit comments

Comments
 (0)