From f597076fe803d7e44472c33c51c4ef6c5f2f7378 Mon Sep 17 00:00:00 2001 From: Misha Koryak Date: Thu, 12 Dec 2013 00:27:08 -0500 Subject: [PATCH] how to install --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a041aab..264f49b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,19 @@ Another plugin that does this?! I was fed up the current state of floating header plugins. They either lose your styles or lose your events, or don't support the edge cases. +Install: +-------- +Install using [Bower](http://bower.io/): + +```bash +bower install floatThead +``` + +or download: + +- [development version](https://raw.github.com/mkoryak/floatThead/master/jquery.floatThead.js) +- [production version](https://raw.github.com/mkoryak/floatThead/master/jquery.floatThead.min.js) + Features: --------- @@ -65,4 +78,4 @@ Change Log License ------- -[CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/) \ No newline at end of file +[CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/)