diff --git a/README_cn.md b/README_cn.md
index 46e2b61dffd1eaef48b62c62333ce6f77c67f33b..64b1ac4821d9097e1a85cca07118b568d80e3f03 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分钟上手PaddleDetection](docs/tutorials/GETTING_STARTED_cn.md)
- [FAQ/常见问题汇总](docs/tutorials/FAQ)
diff --git a/README_en.md b/README_en.md
index 92c3066738a7f1bb08caf81e4a4cf47095cf7b20..99918840a1b689dd5616efa47d6adf447a499c0c 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
@@ -261,7 +261,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 38be706d467e7e323c855ea08c003a8806a25e26..f4a2a56fae7b5fc7f778257bcb2b329ae057b21a 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 | -- |