Skip to content

Commit

Permalink
update download location now that master may no longer contain the re…
Browse files Browse the repository at this point in the history
…lease
  • Loading branch information
mkoryak committed Apr 8, 2014
1 parent 075cb93 commit ce00295
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,17 @@ Download / Install:

#### Download

- [development version](https://raw.github.com/mkoryak/floatThead/master/dist/jquery.floatThead.js)
- [production version](https://raw.github.com/mkoryak/floatThead/master/dist/jquery.floatThead.min.js)
[Latest Release](https://github.com/mkoryak/floatThead/archive/v1.2.5.zip)

Inside of that zip the following javascript files are of interest to you:

- `/dist/jquery.floatThead.js` = development version
- `/dist/jquery.floatThead.min.js` = production version

if your project includes [underscore](http://underscorejs.org) and you want to save a few bytes you can use the slim version:

- [slim development version](https://raw.github.com/mkoryak/floatThead/master/dist/jquery.floatThead-slim.js)
- [slim production version](https://raw.github.com/mkoryak/floatThead/master/dist/jquery.floatThead-slim.min.js)
- `/dist/jquery.floatThead-slim.js`
- `/dist/jquery.floatThead-slim.min.js`

#### CDN Hosted

Expand Down
6 changes: 4 additions & 2 deletions demo/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Demos were moved into my github pages branch.
Demos were moved into the gh-pages branch.

[go there](https://github.com/mkoryak/floatThead/tree/gh-pages) for instrutions on how to use them locally.
https://github.com/mkoryak/floatThead/tree/gh-pages

Go there for instruction on how to download them

0 comments on commit ce00295

Please sign in to comment.