Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 020780c

Browse files
committed
docs(readme): link fix
1 parent 55fa1bf commit 020780c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ Download the [library](https://raw.githubusercontent.com/tweenjs/es6-tween/maste
3232

3333
### CDN-Hosted version
3434

35-
* See [cdnjs-hosted version](cdnjs.com/libraries/es6-tween) for get which result you want
35+
* See [cdnjs-hosted version](https://cdnjs.com/libraries/es6-tween) for get which result you want
3636
* NOTE: `@latest` suffix sometimes saves life by loading latest, because sometimes CDN services will not load the latest
3737

3838
```html
39-
<script src="https://cdn.jsdelivr.net/npm/es6-tween@latest" defer></script>
39+
<script src="https://cdn.jsdelivr.net/npm/es6-tween"></script>
4040
<!-- or may you want -->
41-
<script src="https://unpkg.com/es6-tween@latest" defer></script>
41+
<script src="https://unpkg.com/es6-tween"></script>
4242
<!-- or like this -->
43-
<script src="https://npmcdn.com/es6-tween@latest" defer></script>
43+
<script src="https://npmcdn.com/es6-tween"></script>
4444
```
4545

4646

0 commit comments

Comments
 (0)