We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3c275 commit 836e131Copy full SHA for 836e131
README.md
@@ -22,7 +22,7 @@ $client = new \Aternos\CurlPsr\Psr18\Client();
22
```
23
24
When creating a client, you can optionally provide a PSR-17 `ResponseFactoryInterface` instance. By default,
25
-the client will use the `Aternos\CurlPsr\Psr17\ResponseFactory` class included in this library.
+the client will use the `Aternos\CurlPsr\Psr17\Psr17Factory` class included in this library.
26
27
Additionally, you can pass an optional `CurlHandleFactoryInterface` instance as the second argument,
28
which is mainly used for testing purposes.
0 commit comments