diff --git a/README-CN.md b/README-CN.md
index d95889e..9d75d79 100644
--- a/README-CN.md
+++ b/README-CN.md
@@ -6,11 +6,11 @@
[](https://android-arsenal.com/api?level=11)
-## Demo
+## 演示
防止输入溢出.
-## Features
+## 特性
- [x] **继承EditText,可以当作EditText使用**
- [x] **防止输入溢出**
- [x] **自定义验证码位数**
@@ -18,12 +18,12 @@
- [x] **高度自适配**
- [x] **属性自定义配置**
-## Version
+## 版本
名称|SlideMenuLayout
---|---
最新版本|
-## Configure
+## 配置
#### Maven
```xml
@@ -85,6 +85,8 @@ compile 'com.justkiddingbaby:vercodeedittext:最新版本'
```
## 发布历史
+ #### v1.0.1(2017/6/27)
+ 1、修复点击后无法获取焦点问题.
#### v1.0.0(2017/6/12)
1、发布VercodeEditText控件,防止输入溢出.
2、封装demo.
diff --git a/README.md b/README.md
index a39fa6f..57738e0 100644
--- a/README.md
+++ b/README.md
@@ -86,6 +86,8 @@ return|function name|instruction
```
## Release history
+ #### v1.0.1(2017/6/27)
+1、fix bug:can't get focus when the view is touched.
#### v1.0.0(2017/6/12)
1、release VercodeEditText,Prevent input overflow.
2、Encapsulation demo.