Browse Source

Fixing Event library readme

Jose Lorenzo Rodriguez 11 years ago
parent
commit
d83c1e7b4e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/Event/README.md

+ 2 - 1
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;