aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 02e94df..ceb011c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
Touch Imagelightbox
==============
+
+*Notice: master have been reset to version 0.1.5 (with jQuery), if you do want to have old master is still available on old-master or 0.2.0 tag. 0.1.5 should be considered the latest stable release.*
+
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.
#How to get it
@@ -13,7 +16,7 @@ Or download the [zip](https://github.com/victorhaggqvist/touch-imagelightbox/arc
jQuery (or maby Zepto.js, though unteststed)
#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.
+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.
Note: Remenber that you ATM need a alpha build of Compass to make it work with Grunt (`gem install compass --pre`).