Skip to content

Commit

Permalink
Update README 📖
Browse files Browse the repository at this point in the history
  • Loading branch information
Bukashk0zzz committed Mar 3, 2017
1 parent 1ef3462 commit 7e8c88b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,15 @@ There are two events:
```yaml
services:
app.liip_imagine_serialization_subscriber:
class: AppBundle\EventSubscriber\LiipImagineSerializationEventSubscriber
class: AppBundle\Subscribers\LiipImagineSerializationEventSubscriber
tags:
- { name: bukashk0zzz_liip_imagine_subscriber }
```

```php
<?php
namespace AppBundle\EventSubscriber;
namespace AppBundle\Subscribers;
use Bukashk0zzz\LiipImagineSerializationBundle\Event\UrlNormalizerEvent;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
Expand Down

0 comments on commit 7e8c88b

Please sign in to comment.