Skip to content

Commit

Permalink
Fixing Event library readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 25, 2014
1 parent 0c0f3fc commit d83c1e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Event/README.md
Expand Up @@ -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;
Expand Down

0 comments on commit d83c1e7

Please sign in to comment.