Use library method in example

This commit is contained in:
Zach Borboa
2021-07-23 22:07:40 -04:00
parent 52a92d71a2
commit daa8bf2aea
+1 -1
View File
@@ -94,7 +94,7 @@ var_dump($curl->responseHeaders);
```php
$curl = new Curl();
$curl->setOpt(CURLOPT_FOLLOWLOCATION, true);
$curl->setFollowLocation();
$curl->get('https://shortn.example.com/bHbVsP');
```