Skip to content

Commit

Permalink
Updates download link
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Morris committed Mar 10, 2017
1 parent 7a0dad3 commit c7f3b24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Requires jQuery 1.7+.

###CDN
```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.form/4.1.0/jquery.form.min.js" integrity="sha384-pg7GKHZrgICSnX14mRuztzbN1Bm75xUKyCyzDCUbkOp0nHzgGYqiLsc6XpflqxAc" crossorigin="anonymous"></script>
```
or
```html
<script src="https://cdn.jsdelivr.net/jquery.form/4.1.0/jquery.form.min.js" integrity="sha384-pg7GKHZrgICSnX14mRuztzbN1Bm75xUKyCyzDCUbkOp0nHzgGYqiLsc6XpflqxAc" crossorigin="anonymous"></script>
```

Expand Down

0 comments on commit c7f3b24

Please sign in to comment.