diff --git a/README.md b/README.md index 7d469f9..c88a0ac 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,10 @@ To start using the bundle, register it in `app/AppKernel.php`: ```php public function registerBundles() { - $bundles = [ + $bundles = array( // Other bundles... new Fresh\DoctrineEnumBundle\FreshDoctrineEnumBundle(), - ]; + ); } ```