diff --git a/src/Event/README.md b/src/Event/README.md index c37165c4e8a..c4a6efd2b0b 100644 --- a/src/Event/README.md +++ b/src/Event/README.md @@ -8,7 +8,8 @@ state and the event itself for the rest of the callbacks. ## Usage -Collections can be created using an array or Traversable object. A simple use of a Collection would be: +Listeners need to be registered into a manager and events can then be triggered so that listeners can be informed +of the action. ```php use Cake\Event\Event;