Skip to content

Commit 836e131

Browse files
committed
fix typo in README
1 parent ac3c275 commit 836e131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $client = new \Aternos\CurlPsr\Psr18\Client();
2222
```
2323

2424
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.
25+
the client will use the `Aternos\CurlPsr\Psr17\Psr17Factory` class included in this library.
2626

2727
Additionally, you can pass an optional `CurlHandleFactoryInterface` instance as the second argument,
2828
which is mainly used for testing purposes.

0 commit comments

Comments
 (0)