Skip to content

Commit

Permalink
Fixed handler method name in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Apr 11, 2015
1 parent 5761e03 commit ce283ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ $config->setEvents(function (EventDispatcherConsumerInterface $eventDispatcher)
});

$harmony= new EventHarmony($config);
$harmony->work();
$harmony->live();
```

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

0 comments on commit ce283ee

Please sign in to comment.