diff --git a/README.md b/README.md
index e51793c..c990b7f 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@ The user is able to choose their timezone by either typing the name of their cou
The angular model that is bound to this directive will be set to the timezone name as used by [moment-timezone](http://momentjs.com/timezone/docs/) i.e `Pacific/Auckland`.
+## [View Demo](http://mishguruorg.github.io/angular-timezone-selector/)
+
## Usage
Install using bower
diff --git a/index.html b/index.html
deleted file mode 100644
index 533ad75..0000000
--- a/index.html
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
- Demo
-
-
Selected timezone: {{timezone}}
-
-
-
- Demo Source
-
-
- <p>Selected timezone: <b>{{ timezone }}<b></p>
- <timezone-selector ng-model="timezone"/>
-
-
-
- Install
- bower install angular-timezone-selector
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-