diff --git a/ppstructure/layout/README.md b/ppstructure/layout/README.md
index 22277a0cd3f9e9ea0953bd6a1e433a850e5a4fb4..20895eaedb3404c5c523c17ce8dac8280fc91274 100644
--- a/ppstructure/layout/README.md
+++ b/ppstructure/layout/README.md
@@ -3,9 +3,9 @@ English | [简体中文](README_ch.md)
# Getting Started
-[1. Install whl package](#Install whl package)
+[1. Install whl package](#Install)
-[2. Quick Start](#Quick Start)
+[2. Quick Start](#QuickStart)
[3. PostProcess](#PostProcess)
@@ -13,7 +13,7 @@ English | [简体中文](README_ch.md)
[5. Training](#Training)
-
+
## 1. Install whl package
```bash
@@ -21,7 +21,7 @@ wget https://paddleocr.bj.bcebos.com/whl/layoutparser-0.0.0-py3-none-any.whl
pip install -U layoutparser-0.0.0-py3-none-any.whl
```
-
+
## 2. Quick Start