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 25, 2023
1 parent 5483e7f commit ff1d36d
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 @@ -65,7 +65,7 @@ func main() {
}
```

### 使用全局的单例对象EventBus对象
### 使用全局的EventBus单例对象

为了更方便的使用EventBus, 这里有一个全局的EventBus单例对象,这个对象内部的channel是无缓冲的,直接使用`eventbus.Subscribe()`,`eventbus.Publish()`,`eventbus.Unsubscribe()`,将会调用该单例对象对应的方法。

Expand Down

0 comments on commit ff1d36d

Please sign in to comment.