Skip to content

Commit 0634f44

Browse files
committed
Link to troubleshooting doc
1 parent 1be886c commit 0634f44

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.
1616
- [Quick Start and Examples](#quick-start-and-examples)
1717
- [Available Methods](#available-methods)
1818
- [Security](#security)
19+
- [Troubleshooting](#troubleshooting)
1920
- [Run Tests](#run-tests)
2021
- [Contribute](#contribute)
2122

@@ -298,6 +299,10 @@ MultiCurl::verbose($on = true, $output = STDERR)
298299

299300
See [SECURITY](https://github.com/php-curl-class/php-curl-class/blob/master/SECURITY.md) for security considerations.
300301

302+
### Troubleshooting
303+
304+
See [TROUBLESHOOTING](https://github.com/php-curl-class/php-curl-class/blob/master/TROUBLESHOOTING.md) for troubleshooting.
305+
301306
### Run Tests
302307

303308
To run tests:

TROUBLESHOOTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $curl = new Curl();
77
$curl->verbose();
88
```
99

10-
### Compare output with and without the library
10+
### Compare request with and without the library
1111

1212
```php
1313
$curl = new Curl();

0 commit comments

Comments
 (0)