diff --git a/README.md b/README.md
index d8f74be..5c78f70 100644
--- a/README.md
+++ b/README.md
@@ -1,39 +1,66 @@
# vue-simple-tabs
+
Tabs component for vue.js
-## Installation:
+## Installation
NPM:
+
```bash
npm install --save vue-simple-tabs
```
+
Yarn:
+
```bash
yarn add vue-simple-tabs
```
-## Usage:
+## Usage
```html
-
- Tab 1 content
-
-
- Tab 2 content
-
-
- Tab 3 content
-
+ Tab 1 content
+ Tab 2 content
+ Tab 3 content
+
+
+
+
+```
+
+## Events
+
+You can add a handler for tab changed event.
+
+Example:
+
+```html
+
+
+ Tab 1
+ Tab 2
+ Tab 3
-```
\ No newline at end of file
+```
diff --git a/package.json b/package.json
index ab5883b..e920838 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-simple-tabs",
- "version": "1.4.2",
+ "version": "1.5.0",
"description": "Tabs component for vue.js",
"main": "src/index.js",
"scripts": {