diff --git a/README.md b/README.md index 8a7ac86..ad3559a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Make sure, that the bundle is registered at the `config/bundles.php` file: ```php return [ - PSX\Bundle\PSXBundle::class => ['all' => true], + PSX\ApiBundle\PSXApiBundle::class => ['all' => true], ]; ```