diff --git a/README.MD b/README.MD
index caad5cad2..8fe86519a 100644
--- a/README.MD
+++ b/README.MD
@@ -31,6 +31,11 @@ require github.com/gogf/gf latest
golang version >= 1.11
```
+# Architecture
+
+

+
+
# Packages
1. **Primary Package**
@@ -40,11 +45,6 @@ golang version >= 1.11
The community packages are contributed and maintained by community members, which are hosted in `gogf` organization. Some of the community packages are separated from the `gf` repository, which are not of common usage or are with heavy dependencies.
-# Architecture
-
-

-
-
# Performance
Here's the most popular Golang frameworks and libraries performance testing result in `WEB Server`. Performance testing cases source codes are hosted at: https://github.com/gogf/gf-performance
diff --git a/README_ZH.MD b/README_ZH.MD
index 3c0495f64..efcb41889 100644
--- a/README_ZH.MD
+++ b/README_ZH.MD
@@ -45,6 +45,13 @@ require github.com/gogf/gf latest
golang版本 >= 1.11
```
+
+
+# 架构
+
+

+
+
# 模块
1. **核心模块**
@@ -56,11 +63,6 @@ golang版本 >= 1.11
社区模块主要由社区贡献并维护,大部分也是由`gf`主仓库的贡献者提供及维护,存放于`gogf`空间下,与`gf`主仓库处于同一级别。有的社区模块是从`gf`主仓库中剥离出来单独维护的模块,这些模块并不是特别常用,或者对外部依赖较重。
-# 架构
-
-

-
-
# 性能
以下是目前最流行的`WEB Server` Golang框架/类库性能测试结果。