diff --git a/README.md b/README.md
index f7db2a7ea2..d532046ce7 100644
--- a/README.md
+++ b/README.md
@@ -29,9 +29,9 @@ English | [简体中文](README-CN.md) | [TDengine Cloud](https://cloud.tdengine
1. [Introduction](#1-introduction)
1. [Documentation](#2-documentation)
1. [Prerequisites](#3-prerequisites)
- - [3.1 Prerequisites On Linux](#31-on-linux)
- - [3.2 Prerequisites On macOS](#32-on-macos)
- - [3.3 Prerequisites On Windows](#33-on-windows)
+ - [3.1 Prerequisites On Linux](#31-prerequisites-on-linux)
+ - [3.2 Prerequisites On macOS](#32-prerequisites-on-macos)
+ - [3.3 Prerequisites On Windows](#33-prerequisites-on-windows)
- [3.4 Clone the repo](#34-clone-the-repo)
1. [Building](#4-building)
- [4.1 Build on Linux](#41-build-on-linux)
@@ -84,7 +84,7 @@ At the moment, TDengine server supports running on Linux/Windows/MacOS systems.
If you want to compile taosAdapter or taosKeeper, you need to install Go 1.18 or above.
-## 3.1 On Linux
+## 3.1 Prerequisites on Linux
@@ -109,7 +109,7 @@ yum install -y zlib-static xz-devel snappy-devel jansson-devel pkgconfig libatom
-## 3.2 On macOS
+## 3.2 Prerequisites on macOS
@@ -123,7 +123,7 @@ brew install argp-standalone gflags pkgconfig
-## 3.3 On Windows
+## 3.3 Prerequisites on Windows