From 5c341fa9eaddb80865c04e57f4859b0415edb767 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Sat, 23 Jan 2016 12:32:49 -0800 Subject: [PATCH] Link to examples in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 76f0332..6052ee4 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ PHP Curl Class works with PHP 5.3, 5.4, 5.5, 5.6, 7.0, and HHVM. ### Quick Start and Examples +More examples are available under [/examples](https://github.com/php-curl-class/php-curl-class/tree/master/examples). + ```php require __DIR__ . '/vendor/autoload.php';