diff --git a/README_cn.md b/README_cn.md
index ab8551d05de0521c843e6c4c963cc9f36b84869e..7cada0f5b70f51f2864b72aded9aef51bfeee8e1 100644
--- a/README_cn.md
+++ b/README_cn.md
@@ -195,7 +195,7 @@ PaddleDetection模块化地实现了多种主流目标检测算法,提供了
- [安装说明](docs/tutorials/INSTALL_cn.md)
- [数据准备](docs/tutorials/PrepareDataSet.md)
-- [30分钟上手PaddleDetcion](docs/tutorials/GETTING_STARTED_cn.md)
+- [30分钟上手PaddleDetecion](docs/tutorials/GETTING_STARTED_cn.md)
- [FAQ/常见问题汇总](docs/tutorials/FAQ)
diff --git a/README_en.md b/README_en.md
index 4d6376079b9d1daeedb8345dff01bb802e10008b..17236ba518f990f77cfbc0e9acc80dcec2f9f993 100644
--- a/README_en.md
+++ b/README_en.md
@@ -96,7 +96,7 @@ Based on the high performance core of PaddlePaddle, advantages of training speed
- - Face-Detction
+ - Face-Detection
- FaceBoxes
- BlazeFace
@@ -262,7 +262,7 @@ The relationship between COCO mAP and FPS on Tesla V100 of representative models
- [Vehicle detection](configs/vehicle/README.md)
- Competition Plan
- [Objects365 2019 Challenge champion model](static/docs/featured_model/champion_model/CACascadeRCNN.md)
- - [Best single model of Open Images 2019-Object Detction](static/docs/featured_model/champion_model/OIDV5_BASELINE_MODEL.md)
+ - [Best single model of Open Images 2019-Object Detection](static/docs/featured_model/champion_model/OIDV5_BASELINE_MODEL.md)
## Applications
diff --git a/docs/tutorials/INSTALL.md b/docs/tutorials/INSTALL.md
index a9903151f9d61b58edc93bdafd808072a1982c20..e3cb05fd2622c2a86be3b3d38818be98487412ce 100644
--- a/docs/tutorials/INSTALL.md
+++ b/docs/tutorials/INSTALL.md
@@ -22,6 +22,7 @@ Dependency of PaddleDetection and PaddlePaddle:
| PaddleDetection version | PaddlePaddle version | tips |
| :----------------: | :---------------: | :-------: |
+| release/2.2 | >= 2.1.2 | Dygraph mode is set as default |
| release/2.1 | >= 2.1.0 | Dygraph mode is set as default |
| release/2.0 | >= 2.0.1 | Dygraph mode is set as default |
| release/2.0-rc | >= 2.0.1 | -- |
diff --git a/docs/tutorials/INSTALL_cn.md b/docs/tutorials/INSTALL_cn.md
index 4676981319e35bdc5de7458d4f8f474a6a22e793..8c820b0cd4d11f15c81275461909e00a587120f9 100644
--- a/docs/tutorials/INSTALL_cn.md
+++ b/docs/tutorials/INSTALL_cn.md
@@ -18,6 +18,7 @@ PaddleDetection 依赖 PaddlePaddle 版本关系:
| PaddleDetection版本 | PaddlePaddle版本 | 备注 |
| :------------------: | :---------------: | :-------: |
+| release/2.2 | >= 2.1.2 | 默认使用动态图模式 |
| release/2.1 | >= 2.1.0 | 默认使用动态图模式 |
| release/2.0 | >= 2.0.1 | 默认使用动态图模式 |
| release/2.0-rc | >= 2.0.1 | -- |