Skip to content

Commit 32b5588

Browse files
authored
Update README.md
1 parent c6153ae commit 32b5588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ class MeasurePipelineBehaviour : PipelineBehaviour {
5454
val mediator = // create mediator instance in-memory or with dependency injection, take a look at the documentation
5555
mediator.send(PingCommand()) // 1..1
5656
mediator.send(PingQuery()) // 1..1
57-
mediator.send(PingNotification()) // 0..N
57+
mediator.publish(PingNotification()) // 0..N
5858
```
5959

0 commit comments

Comments
 (0)