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 where path been incorrect
Browse files Browse the repository at this point in the history
* package: homepage link to new url
  • Loading branch information
dalisoft committed Dec 14, 2017
1 parent 54beced commit 0586335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ $ npm run dev # builds and watchs development files
Then reference the library source:

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

## Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"bugs": {
"url": "https://github.com/tweenjs/es6-tween/issues"
},
"homepage": "https://tweenjs.github.io/es6-tween",
"homepage": "https://es6-tween.js.org",
"devDependencies": {
"ava": "^0.22.0",
"docdash": "^0.4.0",
Expand Down

0 comments on commit 0586335

Please sign in to comment.