Update README.md
diff --git a/README.md b/README.md
index c235eaa..f771882 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,15 @@
 ```
 
 
+### Legacy Versions
+
+If you still use the legacy Dubbo whose version is less than 2.7.0, please use the following Spring Boot starters:
+
+| Dubbo Spring Boot | Dubbo  | Spring Boot |
+| ----------------- | ------ | ----------- |
+| [0.2.1.RELEASE](https://github.com/apache/incubator-dubbo-spring-boot-project/tree/0.2.x)     | 2.6.5+ | 2.x         |
+| [0.1.2.RELEASE](https://github.com/apache/incubator-dubbo-spring-boot-project/tree/0.1.x)     | 2.6.5+ | 1.x         |
+
 
 
 ### Build from Source