diff --git a/README.md b/README.md index 61e8ff1..06e4405 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,20 @@ Pretty simple with [Composer](http://packagist.org), run: composer require gpslab/domain-event-bundle ``` +Add GpsLabDomainEventBundle to your application kernel + +``` +// app/AppKernel.php +public function registerBundles() +{ + return array( + // ... + new GpsLab\Bundle\DomainEvent\GpsLabDomainEventBundle(), + // ... + ); +} +``` + ## Configuration Example configuration