Skip to content

Commit 00215c6

Browse files
committed
* docs(README): fix some typos
* package: patch
1 parent 0586335 commit 00215c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ Starting at `v3`, we provide excluded plugins from core, so our core becomes lig
4040

4141
## Installation
4242

43-
Download the [library](https://raw.githubusercontent.com/tweenjs/es6-tween/master/src/Tween.js) and include it in your code:
43+
Download the [library](https://raw.githubusercontent.com/tweenjs/es6-tween/master/ts/Tween.ts) and include it in your code:
4444

4545
```html
46-
<script src="js/Tween.js"></script>
46+
<script src="bundled/Tween.js"></script>
4747
```
4848

4949
### CDN-Hosted version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es6-tween",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"description": "ES6 implementation of amazing tween.js",
55
"browser": "bundled/Tween.min.js",
66
"cdn": "bundled/Tween.min.js",

0 commit comments

Comments
 (0)