From 9895ad85cd525eb99ab333b5484811e5bc94e98c Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Fri, 22 Jan 2016 13:32:55 -0800 Subject: [PATCH] Link to the examples in the docs readme --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index 99e3f8a..a24965b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,2 +1,4 @@ # PHP Curl Class Documentation http://www.phpcurlclass.com/ + +The [examples](https://github.com/php-curl-class/php-curl-class/tree/master/examples) are a great starting point.