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

Commit

Permalink
docs: fix jsdelivr references
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpa9708 committed May 6, 2019
1 parent 57659a1 commit f069550
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [scroll-utility](https://github.com/LeDDGroup/scroll-utility)

[![npm](https://img.shields.io/npm/dw/scroll-utility.svg)](https://www.npmts.com/package/scroll-utility)
[![](https://data.tsdelivr.com/v1/package/npm/scroll-utility/badge)](https://www.jsdelivr.com/package/npm/scroll-utility)
[![npm](https://img.shields.io/npm/dw/scroll-utility.svg)](https://www.npmjs.com/package/scroll-utility)
[![](https://data.jsdelivr.com/v1/package/npm/scroll-utility/badge)](https://www.jsdelivr.com/package/npm/scroll-utility)
[![Travis](https://travis-ci.org/LeDDGroup/scroll-utility.svg?branch=master)](https://travis-ci.org/LeDDGroup/scroll-utility)
[![Maintainability](https://api.codeclimate.com/v1/badges/0914e9eba77aee46d514/maintainability)](https://codeclimate.com/github/LeDDGroup/scroll-utility/maintainability)
[![Greenkeeper badge](https://badges.greenkeeper.io/LeDDGroup/scroll-utility.svg)](https://greenkeeper.io/)
Expand Down Expand Up @@ -62,10 +62,10 @@ It can be installed from npm,
$ npm install --save scroll-utility
```

or from a cdn at [tsdelivr](https://www.jsdelivr.com/package/npm/scroll-utility)
or from a cdn at [jsdelivr](https://www.jsdelivr.com/package/npm/scroll-utility)

```html
<script src="https://cdn.tsdelivr.net/npm/scroll-utility@4"></script>
<script src="https://cdn.jsdelivr.net/npm/scroll-utility@4"></script>
```

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

0 comments on commit f069550

Please sign in to comment.