Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit f069550

Browse files
committed
docs: fix jsdelivr references
1 parent 57659a1 commit f069550

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [scroll-utility](https://github.com/LeDDGroup/scroll-utility)
22

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)
55
[![Travis](https://travis-ci.org/LeDDGroup/scroll-utility.svg?branch=master)](https://travis-ci.org/LeDDGroup/scroll-utility)
66
[![Maintainability](https://api.codeclimate.com/v1/badges/0914e9eba77aee46d514/maintainability)](https://codeclimate.com/github/LeDDGroup/scroll-utility/maintainability)
77
[![Greenkeeper badge](https://badges.greenkeeper.io/LeDDGroup/scroll-utility.svg)](https://greenkeeper.io/)
@@ -62,10 +62,10 @@ It can be installed from npm,
6262
$ npm install --save scroll-utility
6363
```
6464

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)
6666

6767
```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>
6969
```
7070

7171
when downloading from a cdn the package will be globally exported as `ScrollUtility`

0 commit comments

Comments
 (0)