diff --git a/README.md b/README.md
index 19938c120..059b3afed 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Service mesh software represented by Istio has gradually become popular and beco
Kmesh transparently intercept and forward traffic based on node local eBPF without introducing extra connection hops, both the latency and resource overhead are negligible.
-
+
Kmesh Architecture
@@ -30,18 +30,18 @@ The main components of Kmesh include:
- **eBPF Orchestration**: The traffic orchestration implemented based on eBPF, supports L4 load balancing, traffic encryption, monitoring and simple L7 dynamic routing.
- **Waypoint**: Responsible for advanced L7 traffic governance, can be deployed separately per namespace, per service.
-Kmesh innovatively sinks Layer 4 and Simple Layer 7 (HTTP) traffic governance to the kernel, and build a transparent sidecarless service mesh without passing through the proxy layer on the data path.
+Kmesh innovatively sinks Layer 4 and Simple Layer 7 (HTTP) traffic governance to the kernel, and build a transparent sidecarless service mesh without passing through the proxy layer on the data path. We named this Kernel-native-mode.
-
-
Simple Mode
+
+
Kernel-Native Mode
-Kmesh also provide an advanced mode, which makes use of eBPF and waypoint to process L4 and L7 traffic separately, thus allow you to adopt Kmesh incrementally, enabling a smooth transition from no mesh, to a secure L4, to full L7 processing.
+Kmesh also provide a Dual-Engine Mode, which makes use of eBPF and waypoint to process L4 and L7 traffic separately, thus allow you to adopt Kmesh incrementally, enabling a smooth transition from no mesh, to a secure L4, to full L7 processing.
-
-
Advanced Mode
+
+
Dual-Engine Mode
### Key features of Kmesh
diff --git a/docs/pics/advanced-mode.png b/docs/pics/dual-engine-mode.png
similarity index 100%
rename from docs/pics/advanced-mode.png
rename to docs/pics/dual-engine-mode.png
diff --git a/docs/pics/simple-mode.png b/docs/pics/kernel-native-mode.png
similarity index 100%
rename from docs/pics/simple-mode.png
rename to docs/pics/kernel-native-mode.png