Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyangming committed May 9, 2019
1 parent 892ce2c commit 6eb1cba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-supports-springcloud</artifactId>
<version>0.5.1</version>
<version>0.5.3</version>
</dependency>
```
###### 1.1.2. dubbo
```xml
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-supports-dubbo</artifactId>
<version>0.5.1</version>
<version>0.5.3</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-supports-springcloud</artifactId>
<version>0.5.1</version>
<version>0.5.3</version>
</dependency>
```
###### 1.1.2. 使用dubbo
```xml
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-supports-dubbo</artifactId>
<version>0.5.1</version>
<version>0.5.3</version>
</dependency>
```

Expand Down

0 comments on commit 6eb1cba

Please sign in to comment.