We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9307f0 commit 2710e64Copy full SHA for 2710e64
README.md
@@ -79,10 +79,10 @@ array(4) {
79
80
```php
81
// Default connect timeout is 5 seconds, you can change it to anything you want
82
-$client->getParser('general')->getReader()->config(['connect_timeout' => 3.14]);
+$previewClient->getParser('general')->getReader()->config(['connect_timeout' => 3.14]);
83
84
// Default maximum redirect count is 10, but you can change it too
85
-$client->getParser('general')->getReader()->config(['allow_redirects' => ['max' => 10]]);
+$previewClient->getParser('general')->getReader()->config(['allow_redirects' => ['max' => 10]]);
86
87
// If there is a network error (DNS, connect, etc), we throw ConnectionErrorException
88
try {
0 commit comments