File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ also disable the profiling by configuration.
101
101
You can configure the bundle to show debug information for clients found with
102
102
discovery. You may also force a specific client to be found when a third party
103
103
library is using discovery. The configuration below makes sure the client with
104
- service id ``httplug.clients .my_guzzle5 `` is returned when calling
104
+ service id ``httplug.client .my_guzzle5 `` is returned when calling
105
105
``HttpClientDiscovery::find() `` . It does also make sure to show debug info for
106
106
asynchronous clients.
107
107
@@ -116,7 +116,7 @@ asynchronous clients.
116
116
my_guzzle5 :
117
117
factory : ' httplug.factory.guzzle5'
118
118
discovery :
119
- client : ' httplug.clients .my_guzzle5'
119
+ client : ' httplug.client .my_guzzle5'
120
120
async_client : ' auto'
121
121
122
122
For normal clients, the auto discovery debug info is enabled by default. For
You can’t perform that action at this time.
0 commit comments