Skip to content

Commit 7febe07

Browse files
authored
Minor (#62)
1 parent e0e40b6 commit 7febe07

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ composer require cache/adapter-bundle
2323
Add the bundle to app/AppKernel.php
2424

2525
```php
26-
$bundles(
26+
$bundles = [
2727
// ...
2828
new Cache\AdapterBundle\CacheAdapterBundle(),
29-
// ...
30-
);
29+
];
3130
```
3231

3332
Read the documentation at [www.php-cache.com/symfony/adapter-bundle](http://www.php-cache.com/en/latest/symfony/adapter-bundle/).

0 commit comments

Comments
 (0)