diff --git a/README.md b/README.md index b4ad4d5..e8d6f01 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ If you are looking for the SendGrid API client library, please see [this repo](h All updates to this library is documented in our [CHANGELOG](https://github.com/sendgrid/php-http-client/blob/master/CHANGELOG.md). +# Table of Contents +- [Installation](#installation) +- [Quick Start](#quick-start) +- [Usage](#usage) +- [Thanks](#thanks) +- [About](#about) + + # Installation ## Prerequisites @@ -78,6 +86,7 @@ include __DIR__ . '/loader.php'; $client = new SendGrid\Client(); ``` + # Quick Start Here is a quick example: @@ -113,6 +122,7 @@ print $response->headers(); print $response->body(); ``` + # Usage - [Example Code](https://github.com/sendgrid/php-http-client/tree/master/examples) @@ -132,10 +142,12 @@ Quick links: - [Sign the CLA to Create a Pull Request](https://github.com/sendgrid/php-http-client/blob/master/CONTRIBUTING.md#cla) - [Improvements to the Codebase](https://github.com/sendgrid/php-http-client/blob/master/CONTRIBUTING.md#improvements-to-the-codebase) + # Thanks We were inspired by the work done on [birdy](https://github.com/inueni/birdy) and [universalclient](https://github.com/dgreisen/universalclient). + # About php-http-client is guided and supported by the SendGrid [Developer Experience Team](mailto:dx@sendgrid.com).