diff --git a/README.md b/README.md
index 318b2f7..977cd69 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,15 @@
Simple to use vue.js modal plgin without any external dependencies
-p.s. if you find any bugs, have any suggestions or just want to discuss Trump's policies, feel free to create an issue :D
+Demo: http://vue-js-modal.yev.io/
How to use
Include plugin in your main.js file.
```javsacript
-import 'vue-js-modal';
+import vmodal from 'vue-js-modal'
+
+Vue.use(vmodal)
```
Create modal