Skip to content
This repository was archived by the owner on Oct 14, 2022. It is now read-only.

Commit 0c6ba46

Browse files
committed
Change preferred CDN to jsdelivr
1 parent a675b77 commit 0c6ba46

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.16.2
4+
5+
*2018-12-23*
6+
7+
- Update preferred CDN link to jsdelivr.
8+
39
## 1.16.1
410

511
*2018-12-17*

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,11 @@ Git:
6363
git clone https://github.com/jhildenbiddle/css-vars-ponyfill.git
6464
```
6565

66-
CDN ([unpkg.com](https://unpkg.com/) shown, also on [jsdelivr.net](https://www.jsdelivr.com/)):
66+
CDN ([jsdelivr.com](https://www.jsdelivr.com/) shown, also on [unpkg.com](https://unpkg.com/)):
6767

6868
```html
69-
<!-- file.html (latest v1.x.x) -->
70-
71-
<script src="https://unpkg.com/css-vars-ponyfill@1"></script>
72-
<script>
73-
cssVars({
74-
// ...
75-
});
76-
</script>
69+
<!-- Latest v1.x.x -->
70+
<script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@1"></script>
7771
```
7872

7973
## Examples

0 commit comments

Comments
 (0)