This repository was archived by the owner on Mar 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# [ scroll-utility] ( https://github.com/LeDDGroup/scroll-utility )
2
2
3
- [ ![ npm] ( https://img.shields.io/npm/dw/scroll-utility.svg )] ( https://www.npmts .com/package/scroll-utility )
4
- [ ![ ] ( https://data.tsdelivr .com/v1/package/npm/scroll-utility/badge )] ( https://www.jsdelivr.com/package/npm/scroll-utility )
3
+ [ ![ npm] ( https://img.shields.io/npm/dw/scroll-utility.svg )] ( https://www.npmjs .com/package/scroll-utility )
4
+ [ ![ ] ( https://data.jsdelivr .com/v1/package/npm/scroll-utility/badge )] ( https://www.jsdelivr.com/package/npm/scroll-utility )
5
5
[ ![ Travis] ( https://travis-ci.org/LeDDGroup/scroll-utility.svg?branch=master )] ( https://travis-ci.org/LeDDGroup/scroll-utility )
6
6
[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/0914e9eba77aee46d514/maintainability )] ( https://codeclimate.com/github/LeDDGroup/scroll-utility/maintainability )
7
7
[ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/LeDDGroup/scroll-utility.svg )] ( https://greenkeeper.io/ )
@@ -62,10 +62,10 @@ It can be installed from npm,
62
62
$ npm install --save scroll-utility
63
63
```
64
64
65
- or from a cdn at [ tsdelivr ] ( https://www.jsdelivr.com/package/npm/scroll-utility )
65
+ or from a cdn at [ jsdelivr ] ( https://www.jsdelivr.com/package/npm/scroll-utility )
66
66
67
67
``` html
68
- <script src =" https://cdn.tsdelivr .net/npm/scroll-utility@4" ></script >
68
+ <script src =" https://cdn.jsdelivr .net/npm/scroll-utility@4" ></script >
69
69
```
70
70
71
71
when downloading from a cdn the package will be globally exported as ` ScrollUtility `
You can’t perform that action at this time.
0 commit comments