diff --git a/README.md b/README.md index dedab764..63321510 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ Enable the bundle in your kernel: public function registerBundles() { - $bundles = array( + $bundles = [ // ... new Http\HttplugBundle\HttplugBundle(), - ); + ]; } ```