summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-06-27 17:04:49 +0200
committerVictor Häggqvist <[email protected]>2014-06-27 17:04:49 +0200
commit09fece93523cb99a33ec9d7540100c43f0cf5e8b (patch)
tree271870c8fc9a19306886b07a941f830332dd6deb
parent3c5f6ea13627a0d749a95ae76924b83605c4d8ce (diff)
parent05cc77dd06b5f17ab928cafd03083b0554057e41 (diff)
Merge branch 'master' of github.com:victorhaggqvist/touch-imagelightbox
merge edits
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 02e94df..b87ee61 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@ Touch Imagelightbox
==============
Imagelightbox was originly created by [Osvaldas Valutis](http://osvaldas.info/image-lightbox-responsive-touch-friendly), though it was only accesible through his site. I put it here to make it more maintainable.
+View a demo here: https://victorhaggqvist.github.io/touch-imagelightbox/
+
#How to get it
Via bower.io `bower install touch-imagelightbox`
@@ -10,7 +12,9 @@ Or with git `git clone https://github.com/victorhaggqvist/touch-imagelightbox.gi
Or download the [zip](https://github.com/victorhaggqvist/touch-imagelightbox/archive/master.zip).
#Requirements
-jQuery (or maby Zepto.js, though unteststed)
+jQuery
+
+NOTE: The bower install will not get jQuery for you, if you want to get jQuery from bower too use `bower install jquery`
#How to build
Image Lightbox is buildt using the Grunt toolchain. The CSS is build using SASS and Compass, which means you need Ruby, the SASS and Compass gems to make it.