diff --git a/README.md b/README.md
index 36312d3f460055dbc095c64717d3f41084d89e0c..41cf106573bb45736b867277bbbccdd566705ed3 100755
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# utils/native
+
- [Introduction](#section11660541593)
- [Directory Structure](#section17271017133915)
- [Repositories Involved](#section1249817110914)
@@ -21,6 +22,7 @@ utils/native
└─ base
├── include # Header files of APIs open to other subsystems
├── src # Source files
+ ├── ndk_libraries_config # Configuration of the NDK library
└── test # Test code
```
diff --git a/README_zh.md b/README_zh.md
index 7c76b3069b3af2fac4441a15113eb3ae97d64724..3efefac73a6f3aac97d048a8ed362aae4c9a0c4f 100755
--- a/README_zh.md
+++ b/README_zh.md
@@ -1,5 +1,6 @@
# C++公共基础库
+
- [简介](#section11660541593)
- [目录](#section17271017133915)
- [相关仓](#section1249817110914)
@@ -21,6 +22,7 @@ utils/native
└─ base
├── include # 对各子系统开放的接口头文件
├── src # 源文件
+ ├── ndk_libraries_config # ndk库的配置目录
└── test # 测试代码
```