Link to troubleshooting doc

This commit is contained in:
Zach Borboa
2017-10-10 22:26:19 -07:00
parent 1be886c107
commit 0634f4449a
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -16,6 +16,7 @@ PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.
- [Quick Start and Examples](#quick-start-and-examples)
- [Available Methods](#available-methods)
- [Security](#security)
- [Troubleshooting](#troubleshooting)
- [Run Tests](#run-tests)
- [Contribute](#contribute)
@@ -298,6 +299,10 @@ MultiCurl::verbose($on = true, $output = STDERR)
See [SECURITY](https://github.com/php-curl-class/php-curl-class/blob/master/SECURITY.md) for security considerations.
### Troubleshooting
See [TROUBLESHOOTING](https://github.com/php-curl-class/php-curl-class/blob/master/TROUBLESHOOTING.md) for troubleshooting.
### Run Tests
To run tests:
+1 -1
View File
@@ -7,7 +7,7 @@ $curl = new Curl();
$curl->verbose();
```
### Compare output with and without the library
### Compare request with and without the library
```php
$curl = new Curl();