Skip to content

Commit d7d88be

Browse files
franmomuNyholm
authored andcommitted
Update index.md (#169)
1 parent 8c9a025 commit d7d88be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Resources/doc/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ bazinga_geocoder:
123123
region: 'Sweden'
124124
chain:
125125
factory: Bazinga\GeocoderBundle\ProviderFactory\ChainFactory
126-
services: ['@bazinga_geocoder.providers.acme', '@bazinga_geocoder.providers.acme_ii']
126+
options:
127+
services: ['@bazinga_geocoder.provider.acme', '@bazinga_geocoder.provider.acme_ii']
127128
```
128129

129130
The `services` key could also be as follows `services: ['@my_geocoder', '@my_geocoder_ii']`. Notice these are the values from the `aliases` key.

0 commit comments

Comments
 (0)