Skip to content

Commit 023d3da

Browse files
committed
fix docs
1 parent 344b002 commit 023d3da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This bundle is for using [Doctrine Postgres Types](https://github.com/opensoft/d
88
Documentation
99
-------------
1010

11-
[Read the documentation](doc/index.md)
11+
[Read the documentation](docs/index.md)
1212

1313
License
1414
-------

docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ Run from terminal:
99
$ composer require garak/doctrine-postgres-types-bundle
1010
```
1111

12-
Enable bundle in the kernel:
12+
Unless you're using Flex, enable bundle in the kernel:
1313

1414
```php
1515
<?php
1616
// app/AppKernel.php
1717
public function registerBundles()
1818
{
19-
$bundles = array(
19+
$bundles =
2020
// ...
2121
new Garak\DoctrinePostgresTypesBundle\DoctrinePostgresTypesBundle(),
22-
);
22+
];
2323
}
2424
```

0 commit comments

Comments
 (0)