Skip to content

Commit

Permalink
Update README_CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Dec 2, 2023
1 parent 10c7ce2 commit 3021953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
### 1、启动服务 (更多部署参考:[部署说明](deploy))

```
docker run -p 18602:18602 -p 8602:8602 noearorg/folkmq-server:1.0.12
docker run -p 18602:18602 -p 8602:8602 noearorg/folkmq-server:1.0.13
```

### 2、编写客户端代码
Expand All @@ -102,7 +102,7 @@ docker run -p 18602:18602 -p 8602:8602 noearorg/folkmq-server:1.0.12
<dependency>
<groupId>org.noear</groupId>
<artifactId>folkmq-transport-java-tcp</artifactId>
<version>1.0.12</version>
<version>1.0.13</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 3021953

Please sign in to comment.