diff --git a/README-zh.md b/README-zh.md index dd151cf63..3c26ba94d 100644 --- a/README-zh.md +++ b/README-zh.md @@ -48,7 +48,7 @@ Spring Cloud 使用 Maven 来构建,最快的使用方式是将本项目clone <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-alibaba-dependencies</artifactId> - <version>0.2.0.REALEASE</version> + <version>0.2.0.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/README.md b/README.md index c70bd1f18..e45c7e2d1 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ These artifacts are available from Maven Central and Spring Release repository v <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-alibaba-dependencies</artifactId> - <version>0.2.0.REALEASE</version> + <version>0.2.0.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency>