Skip to content

Commit f3735cf

Browse files
authored
Made it more clear that there are multiple options to activate the extension
1 parent 0e6b300 commit f3735cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ First: `composer require addiks/doctrine-sql-auto-optimizer`
1919

2020
Then, depending on your system, there are multiple ways to activate the extension:
2121

22-
### Symfony
22+
### Option 1) Symfony
2323

2424
You can either import the services-xml file that is bundles with this package:
2525

@@ -43,7 +43,7 @@ Or you can define your own service:
4343
</service>
4444
```
4545

46-
### Doctrine
46+
### Option 2) Doctrine
4747

4848
Make sure the following is executed before doctrine connects to the database:
4949

@@ -61,7 +61,7 @@ The (monolog-) logger is required so that the optimizer can report any issues to
6161

6262
The cache is optional, but highly recommended. Without cache, the (slow) optimizing process runs for every single query.
6363

64-
### Native PHP (without doctrine)
64+
### Option 3) Native PHP (without doctrine)
6565

6666
You can also use the query optimizer completely without doctrine:
6767

0 commit comments

Comments
 (0)