Skip to content

Commit c27bd97

Browse files
committed
Added link to jsdelivr
1 parent 73fef05 commit c27bd97

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ php composer.phar require --prefer-dist flesler/jquery.scrollto "*"
2222

2323
### Using a public CDN
2424

25-
CDN provided by [cdnjs](https://cdnjs.com/libraries/jquery-scrollTo)
25+
CDN provided by [jsdelivr](http://www.jsdelivr.com/#!jquery.scrollto)
26+
```html
27+
<script src="//cdn.jsdelivr.net/jquery.scrollto/2.1.0/jquery.scrollTo.min.js"></script>
28+
```
29+
CDN provided by [cdnjs](https://cdnjs.com/libraries/jquery-scrollTo) (outdated)
2630
```html
2731
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/1.4.14/jquery.scrollTo.min.js"></script>
2832
```

0 commit comments

Comments
 (0)