Skip to content

Commit

Permalink
修改groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
wendy512 committed May 30, 2023
1 parent a38cfe9 commit 97e6dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Compilation requires JDK 8 and above, Maven 3.2.5 and above.
If you use Maven, you just need to add the following dependency in pom.xml:
```xml
<dependency>
<groupId>io.github</groupId>
<groupId>io.github.wendy512</groupId>
<artifactId>stream-core</artifactId>
<version>1.0.0</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Stream异步消息高性能处理框架,类似go chan,多线程异步处理
如果你使用 Maven,你只需要在 pom.xml 中添加下面的依赖:
```xml
<dependency>
<groupId>io.github</groupId>
<groupId>io.github.wendy512</groupId>
<artifactId>stream-core</artifactId>
<version>1.0.0</version>
</dependency>
Expand Down

0 comments on commit 97e6dd5

Please sign in to comment.