Skip to content

Commit 8c5b236

Browse files
authored
Show at-sign (#186)
1 parent 5589b27 commit 8c5b236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/doc/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ bazinga_geocoder:
9393
acme:
9494
factory: Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsFactory
9595
options:
96-
httplug_client: 'httplug.client' # When using HTTPlugBundle
96+
httplug_client: '@httplug.client' # When using HTTPlugBundle
9797
region: 'Sweden'
9898
api_key: 'xxyy'
9999
```
@@ -119,7 +119,7 @@ bazinga_geocoder:
119119
factory: Bazinga\GeocoderBundle\ProviderFactory\TomTomFactory
120120
options:
121121
api_key: 'xxyy'
122-
httplug_client: 'httplug.client' # When using HTTPlugBundle
122+
httplug_client: '@httplug.client' # When using HTTPlugBundle
123123
region: 'Sweden'
124124
chain:
125125
factory: Bazinga\GeocoderBundle\ProviderFactory\ChainFactory

0 commit comments

Comments
 (0)