Skip to content

Commit

Permalink
Fix link to JSONP library in readme
Browse files Browse the repository at this point in the history
Thanks James Chen for noticing.
  • Loading branch information
felixge committed Mar 4, 2011
1 parent 7596791 commit c957672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Expand Up @@ -24,7 +24,7 @@ The minified output file can be found in: `build/jquery.transloadit2.js`.
This plugin includes the following dependencies:

* [jquery.easing.js](http://gsgd.co.uk/sandbox/jquery/easing/) by George McGinley Smith (BSD License)
* [jquery.jsonp.js](http://gsgd.co.uk/sandbox/jquery/easing/) by Julian Aubourg (MIT License)
* [jquery.jsonp.js](http://code.google.com/p/jquery-jsonp/) by Julian Aubourg (MIT License)
* [toolbox.expose.js](http://flowplayer.org/tools/toolbox/expose.html) by Tero Piirainen (Public domain)
* [json2.js](http://www.json.org/json2.js) by Douglas Crockford (Public domain)

Expand All @@ -33,4 +33,4 @@ A big thanks goes to the authors of these fantastic projects!
## License

The Transloadit jQuery SDK is licensed under the MIT license. The dependencies
have their own licenses (MIT, BSD, PUBLIC DOMAIN).
have their own licenses (MIT, BSD, PUBLIC DOMAIN).

0 comments on commit c957672

Please sign in to comment.