diff --git a/README-zh.md b/README-zh.md
index e7651d3b..8a1cfd26 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -97,43 +97,43 @@ Docker部署的详情,请见[相关文档](https://tikazyq.github.io/crawlab/I
#### 登录
-
+
#### 首页
-
+
#### 节点列表
-
+
#### 节点拓扑图
-
+
#### 爬虫列表
-
+
#### 爬虫概览
-
+
#### 爬虫分析
-
+
#### 爬虫文件
-
+
#### 任务详情 - 抓取结果
-
+
#### 定时任务
-
+
## 架构
diff --git a/README.md b/README.md
index 31773883..cc474050 100644
--- a/README.md
+++ b/README.md
@@ -95,49 +95,49 @@ For Docker Deployment details, please refer to [relevant documentation](https://
#### Login
-
+
#### Home Page
-
+
#### Node List
-
+
#### Node Network
-
+
#### Spider List
-
+
#### Spider Overview
-
+
#### Spider Analytics
-
+
#### Spider Files
-
+
#### Task Results
-
+
#### Cron Job
-
+
## Architecture
The architecture of Crawlab is consisted of the Master Node and multiple Worker Nodes, and Redis and MongoDB databases which are mainly for nodes communication and data storage.
-
+
The frontend app makes requests to the Master Node, which assigns tasks and deploys spiders through MongoDB and Redis. When a Worker Node receives a task, it begins to execute the crawling task, and stores the results to MongoDB. The architecture is much more concise compared with versions before `v0.3.0`. It has removed unnecessary Flower module which offers node monitoring services. They are now done by Redis.