From fc1b365985f1d4d2de763515594bd1a6ce46bc3c Mon Sep 17 00:00:00 2001
From: dntzhang <dntzhang@qq.com>
Date: Wed, 17 Oct 2018 09:28:02 +0800
Subject: [PATCH] update readme

---
 README.CN.md | 6 +++---
 README.md    | 8 +++++---
 docs/docs.md | 0
 3 files changed, 8 insertions(+), 6 deletions(-)
 create mode 100644 docs/docs.md

diff --git a/README.CN.md b/README.CN.md
index 9b5838834..f50f6453a 100644
--- a/README.CN.md
+++ b/README.CN.md
@@ -28,7 +28,7 @@
 
 - [Getting Started](#getting-started)
     - [Install](#install)
-	- [Hello Omi](#hello-omi)
+	- [Hello Element](#hello-element)
     - [TodoApp](#todoapp)
     - [Store](#store)
 	- [生命周期](#生命周期)
@@ -53,7 +53,7 @@ npm i omi
 * [omi.min.js](https://github.com/Tencent/omi/blob/master/packages/omi/dist/omi.min.js)
 
 
-### Hello Omi
+### Hello Element
 
 先创建一个自定义元素:
 
@@ -329,7 +329,7 @@ render(<todo-app></todo-app>, 'body', store)
 
 ## 浏览器兼容
 
-Omi 4.0+ works in the latest two versions of all major browsers: Safari 10+, IE 11+, and the evergreen Chrome, Firefox, and Edge.
+Omi 4.0+ works in the latest two versions of all major browsers: Safari 10+, ~~IE 11+~~, and the evergreen Chrome, Firefox, and Edge.
 
 ![Browsers Support](./assets/browsers-support.png)
 
diff --git a/README.md b/README.md
index 11f8d9f76..373315ec6 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ English | [简体中文](./README.CN.md)
 ### Why Omi?
 
 - Tiny size(4KB gzip)
+- Support TypeScript    
+- Reactive data-binding
 - Compliance with browser trend and API design
 - Merge JSX and Webcomponents into One Framework 
 - Webcomponents can also be a data-driven view, UI = fn(data)
@@ -28,7 +30,7 @@ On the left is Omi, the right side is React, and Omi uses Shadow DOM isolation s
 
 - [Getting Started](#getting-started)
     - [Install](#install)
-	- [Hello Omi](#hello-omi)
+	- [Hello Element](#hello-element)
     - [TodoApp](#todoapp)
     - [Store](#store)
 	- [Lifecycle](#lifecycle)
@@ -53,7 +55,7 @@ Or get javascript file from Github:
 * [omi.js](https://github.com/Tencent/omi/blob/master/packages/omi/dist/omi.js)
 * [omi.min.js](https://github.com/Tencent/omi/blob/master/packages/omi/dist/omi.min.js)
 
-### Hello Omi
+### Hello Element
 
 Define a custom element:
 
@@ -333,7 +335,7 @@ I believe you can easily convert webcomponents elements to omi elements.
 
 ## Browsers Support
 
-Omi 4.0+ works in the latest two versions of all major browsers: Safari 10+, IE 11+, and the evergreen Chrome, Firefox, and Edge.
+Omi 4.0+ works in the latest two versions of all major browsers: Safari 10+, ~~IE 11+~~, and the evergreen Chrome, Firefox, and Edge.
 
 ![Browsers Support](./assets/browsers-support.png)
 
diff --git a/docs/docs.md b/docs/docs.md
new file mode 100644
index 000000000..e69de29bb