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

Commit

Permalink
* docs(README): fix some typos
Browse files Browse the repository at this point in the history
* package: patch
  • Loading branch information
dalisoft committed Dec 14, 2017
1 parent 0586335 commit 00215c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Starting at `v3`, we provide excluded plugins from core, so our core becomes lig

## Installation

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

```html
<script src="js/Tween.js"></script>
<script src="bundled/Tween.js"></script>
```

### CDN-Hosted version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es6-tween",
"version": "5.0.4",
"version": "5.0.5",
"description": "ES6 implementation of amazing tween.js",
"browser": "bundled/Tween.min.js",
"cdn": "bundled/Tween.min.js",
Expand Down

0 comments on commit 00215c6

Please sign in to comment.