From 5afda350ea49404ef9b30d450aaf8ab0682ac0e2 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Fri, 19 Feb 2021 23:24:06 -0500 Subject: [PATCH] Add link to troubleshooting guide on docs index page --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index 4d289cd..40ed971 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,3 +2,5 @@ https://www.phpcurlclass.com/ The [examples](https://github.com/php-curl-class/php-curl-class/tree/master/examples) are a great starting point. + +See also [TROUBLESHOOTING](https://github.com/php-curl-class/php-curl-class/blob/master/TROUBLESHOOTING.md) for troubleshooting.