We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7c55d commit 6b4ac8fCopy full SHA for 6b4ac8f
README.md
@@ -31,7 +31,7 @@ use Http\Discovery\StreamFactory\GuzzleStreamFactory;
31
$messageFactory = new GuzzleMessageFactory();
32
$client = new CurlHttpClient($messageFactory, new GuzzleStreamFactory());
33
34
-$request = $messageFactory->createRequest('GET', 'http://example.com/);
+$request = $messageFactory->createRequest('GET', 'http://example.com/');
35
$response = $client->sendRequest($request);
36
37
```
0 commit comments