Skip to content

Commit

Permalink
JS files path has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
iprodev committed Jul 21, 2015
1 parent f8dae32 commit 89e6ba6
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 @@ -47,8 +47,8 @@ jQuery proxy is good when you want to create an instance and forget about it. Fo

Latest stable release:

- [Production `scrollax.min.js`](https://raw.github.com/iprodev/Scrollax.js/master/dist/scrollax.min.js) - 7KB, 3KB gzipped
- [Development `scrollax.js`](https://raw.github.com/iprodev/Scrollax.js/master/dist/scrollax.js) - 22KB
- [Production `scrollax.min.js`](https://raw.github.com/iprodev/Scrollax.js/master/scrollax.min.js) - 7KB, 3KB gzipped
- [Development `scrollax.js`](https://raw.github.com/iprodev/Scrollax.js/master/scrollax.js) - 22KB

When isolating issues on jsfiddle, you can use this URL:

Expand Down
2 changes: 1 addition & 1 deletion scrollax.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"bugs": "https://github.com/iprodev/Scrollax.js/issues",
"homepage": "http://iprodev.github.io/scrollax.js",
"docs": "https://github.com/iprodev/Scrollax.js/tree/master/docs",
"download": "https://raw.github.com/iprodev/Scrollax.js/master/dist/scrollax.min.js",
"download": "https://raw.github.com/iprodev/Scrollax.js/master/scrollax.min.js",
"dependencies": {
"jquery": ">=1.7"
},
Expand Down

0 comments on commit 89e6ba6

Please sign in to comment.