Skip to content

Commit

Permalink
fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Nov 19, 2024
1 parent ac3c275 commit 836e131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $client = new \Aternos\CurlPsr\Psr18\Client();
```

When creating a client, you can optionally provide a PSR-17 `ResponseFactoryInterface` instance. By default,
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.

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

0 comments on commit 836e131

Please sign in to comment.