diff --git a/README.md b/README.md index 76631bf..352a197 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,10 @@ Add the bundle to your project’s `AppKernel`: public function registerBundles() { - $bundles = array( + $bundles = [ // […] new Phobetor\RabbitMqSupervisorBundle\RabbitMqSupervisorBundle(), - ); + ]; } ```