Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nusje2000 authored Jul 17, 2020
1 parent a8da4c9 commit d2d3c92
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 @@ -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;
Expand Down

0 comments on commit d2d3c92

Please sign in to comment.