diff --git a/README.md b/README.md
index 6c942d0..5e50e3e 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 
Simple to use vue.js modal plgin without any external dependencies
 
-How to:
+How to use
 
 Include plugin in your main.js file.
 ```javsacript
@@ -42,5 +42,16 @@ methods: {
 | minWidth  | false | Number           | 0           | The minimum width to which modal can be resized  |
 | minHeight | false | Number           | 0           | The minimum height to which modal can be resized |
 
+Events
+
+| Name         | Description |
+| ---          | |
+| before-open  | |
+| open         | |
+| before-close | |
+| close        | |
+
+Screenshots
+
 