From d2d3c928228a3f821acb3c48ae2d740da716491b Mon Sep 17 00:00:00 2001 From: Maarten Nusteling Date: Fri, 17 Jul 2020 13:18:31 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c27a38..035b466 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ $executor->addListener($listener); ``` #### Creating a listener using the ExecutionListener interface -Sometimes a listener is to complicated for a simple callback function, in this case you can create your own class that +Sometimes a listener is too complicated for a simple callback function, in this case you can create your own class that implements the ExecutionListener interface to handle the tick. ```php use Nusje2000\ParallelProcess\Executor\ExecutorInterface;