From 652d32df4b4dad7fe8efcaed035fcb22498f3995 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Tue, 20 Oct 2015 23:24:28 -0700 Subject: [PATCH] Add table of contents to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9633ec3..77ee6f6 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,16 @@ PHP Curl Class is an object-oriented wrapper of the PHP cURL extension that makes it easy to send HTTP requests and integrate with web APIs. +--- + +- [Installation](#installation) +- [Requirements](#requirements) +- [Quick Start and Examples](#quick-start-and-examples) +- [Available Methods](#available-methods) +- [Contribute](#contribute) + +--- + ### Installation To install PHP Curl Class, simply: