Skip to content

Commit

Permalink
Added protocol to CDN URLs (closes #186)
Browse files Browse the repository at this point in the history
  • Loading branch information
flesler committed Mar 15, 2021
1 parent 5f604ae commit d0c0672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -25,11 +25,11 @@ php composer.phar require --prefer-dist flesler/jquery.scrollto "*"

CDN provided by [jsdelivr](http://www.jsdelivr.com/#!jquery.scrollto)
```html
<script src="//cdn.jsdelivr.net/npm/jquery.scrollto@2.1.3/jquery.scrollTo.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery.scrollto@2.1.3/jquery.scrollTo.min.js"></script>
```
CDN provided by [cdnjs](https://cdnjs.com/libraries/jquery-scrollTo)
```html
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.3/jquery.scrollTo.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.3/jquery.scrollTo.min.js"></script>
```

### Downloading Manually
Expand Down

0 comments on commit d0c0672

Please sign in to comment.