Skip to content

Commit ab8c986

Browse files
author
Martin Brecht-Precht
committed
Updated readme.
1 parent c9b6269 commit ab8c986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ use Markenwerk\BasicHttpClient\Request\Transport\HttpTransport;
118118
// Configuring a Transport instance
119119
$transport = new HttpTransport();
120120
$transport
121-
->setHttpVersion(HttpsTransport::HTTP_VERSION_1_1)
121+
->setHttpVersion(HttpTransport::HTTP_VERSION_1_1)
122122
->setTimeout(5)
123123
->setReuseConnection(true)
124124
->setAllowCaching(true)

0 commit comments

Comments
 (0)