Skip to content

Commit

Permalink
Update README-CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
werbenhu committed Apr 23, 2023
1 parent c777329 commit 041422c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
```

## EventBus 是什么?
EventBus 是一个事件主题的容器,每个主题对应一个通道。`eventbus.Publish()` 方法将消息推送到通道,`eventbus.Subscribe(`) 方法中的处理程序将处理从通道出来的消息
EventBus 是一个事件主题的容器,每个主题对应一个通道。`eventbus.Publish()` 方法将消息推送到通道,`eventbus.Subscribe(`) 方法中的handler将处理从通道出来的消息

### EventBus 示例
```go
Expand Down

0 comments on commit 041422c

Please sign in to comment.