Skip to content

Commit ce283ee

Browse files
committed
Fixed handler method name in readme
1 parent 5761e03 commit ce283ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ $config->setEvents(function (EventDispatcherConsumerInterface $eventDispatcher)
371371
});
372372

373373
$harmony= new EventHarmony($config);
374-
$harmony->work();
374+
$harmony->live();
375375
```
376376

377377
Note that your listeners always have to expect one argument with a type of ``EventInterface``. Depending

0 commit comments

Comments
 (0)