diff --git a/README.md b/README.md
index 5ffc69f..313bec1 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,170 @@
# Zepto Range
-http://jcemer.com/zepto-range
+Input range slider to work with touch using Zepto
-Input range implementation to works with touch using Zepto
+http://stormtek.github.io/zepto-range/
+
+----------------------------------------------------------
+### File imports to add to header of html
+
+``` html
+
+
+
+```
+
+**Tip:** For quicker load times use ```zepto.min.js``` rather than ```zepto.js``` as it is the minified version of the javascript for the main zepto library. Both files are included in this repository for your convenience. If you are building ```zepto.js``` and ```zepto.min.js``` from the source make sure to include the touch module if you are planning on supporting mobile / tablets.
+
+**Note:** If performance (loading time) is a big issue then feel free to place the ```
+
-
-
-
Zepto Range
-
Input range implementation to works with touch using Zepto.