diff --git a/README.md b/README.md
index 964f859..b00540c 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Vuejs 单页应用在iOS的微信webview(或者其他APP)中 标题不能通过 document.title = xxx 的方式修改
该插件只为解决该问题而生
-### 效果 (请使用微信扫描打开体验)
+### 效果 (请使用微信扫描打开体验) Vuejs1.x实现
![预览](./preview.png)
@@ -10,8 +10,16 @@ Vuejs 单页应用在iOS的微信webview(或者其他APP)中 标题不能通过
### 安装
+> Vuejs 1.x
+
+```bash
+npm install vue-wechat-title@1.0.6 --save
+```
+
+> Vuejs 2.x
+
```bash
-npm install vue-wechat-title --save
+npm install vue-wechat-title@2.0.0 --save
```
### 用法 [demo](https://github.com/deboyblog/vue-wechat-title-demo/tree/use-directive)
@@ -26,8 +34,7 @@ Vue.use(require('vue-wechat-title'))
> App.vue **建议全局只使用一次该指令 标题可用wuex或者router中定义 不要多处使用!!**
```html
-