From de3cfb10cbce1e25025b7f3bdcf2d45c696fa5b9 Mon Sep 17 00:00:00 2001 From: "chengpu.rzh" Date: Mon, 8 Aug 2022 10:35:40 +0800 Subject: [PATCH] =?UTF-8?q?docs=EF=BC=9Apolished=20the=20readme=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-zh.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index 65b03e5b6..19a81f794 100644 --- a/README-zh.md +++ b/README-zh.md @@ -80,7 +80,7 @@ Spring Cloud 使用 Maven 来构建,最快的使用方式是将本项目 clone ``` -然后在 `dependencies` 中添加自己所需使用的依赖即可使用。 +然后在 `dependencies` 中添加自己所需使用的依赖即可使用。如果你想选择老版本,可以参考[版本说明](https://github.com/alibaba/spring-cloud-alibaba/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E)。 ## 演示 Demo diff --git a/README.md b/README.md index 7632bf97f..8021296ab 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ These artifacts are available from Maven Central and Spring Release repository v ``` -add the module in `dependencies`. +add the module in `dependencies`. If you want to choose an older version, you can refer to the [Release Notes](https://github.com/alibaba/spring-cloud-alibaba/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E). ### Reference Doc