diff --git a/README.md b/README.md
index 229b816..d767f41 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,17 @@
-# smarGate
+# [smarGate]() | [移动网关](https://github.com/lazy-luo/smarGate/readme.cn.md)
A mobile gateway that exposes the intranet service points.
Free, after testing will be open source.
It contains a Android client app and server program.
Usage:
-## 1、download android client app
-## 2、register user(the invitation code must be numeric and can be filled with any value)
+### 1、download android client app
+### 2、register user(the invitation code must be numeric and can be filled with any value)


-## 3、remember register key-number(N)
+### 3、remember register key-number(N)

-## 4、download server program matched you serverOS
-## 5、modify config file(conf-proxy.xml):
+### 4、download server program matched you serverOS
+### 5、modify config file(conf-proxy.xml):
```
@@ -25,21 +25,21 @@ Usage:
```
-## 6、excute shell "nohup ./proxy_server -i1000 -o1000 -w8 >/dev/null &"(parameter i:input connections,o:output connections,w:max threads)
-## 7、login from android client app
+### 6、excute shell "nohup ./proxy_server -i1000 -o1000 -w8 >/dev/null &"(parameter i:input connections,o:output connections,w:max threads)
+### 7、login from android client app

-## 8、create service local proxy in android app
+### 8、create service local proxy in android app


-## 9、enjoy it!
-# ps:
-The Linux x86 or x86_64 bit version does dependless any third party package.
-NAS armv7 version relies on OpenSSL, which requires OpenSSL to be installed before.
-Androdi Client app requires permission:
-1、background running privileges
-2、network access
-Cell phone settings (Android):
-1、setting -> wireless and network -> WLAN -> maintain WLAN connections in dormant state "ALLOW"
-2、setting -> wireless and network -> mobile network -> advanced ->always connected network data service "ALLOW"
+### 9、enjoy it!
+## ps:
+* The Linux x86 or x86_64 bit version does dependless any third party package.
+* NAS armv7 version relies on OpenSSL, which requires OpenSSL to be installed before.
+* Androdi Client app requires permission:
+>> 1、background running privileges
+>> 2、network access
+* Cell phone settings (Android):
+>> 1、setting -> wireless and network -> WLAN -> maintain WLAN connections in dormant state "ALLOW"
+>> 2、setting -> wireless and network -> mobile network -> advanced ->always connected network data service "ALLOW"