From ce283ee743db9e3ce0fb5797a52c1ae01a827fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kocsis=20M=C3=A1t=C3=A9?= Date: Sat, 11 Apr 2015 13:03:25 +0200 Subject: [PATCH] Fixed handler method name in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7812d4..a601bea 100644 --- a/README.md +++ b/README.md @@ -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