Skip to content

add table of contents in README.md #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 22, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<a name="installation"></a>
# Installation

## Prerequisites
Expand Down Expand Up @@ -78,6 +86,7 @@ include __DIR__ . '/loader.php';
$client = new SendGrid\Client();
```

<a name="quick-start"></a>
# Quick Start

Here is a quick example:
Expand Down Expand Up @@ -113,6 +122,7 @@ print $response->headers();
print $response->body();
```

<a name="usage"></a>
# Usage

- [Example Code](https://github.com./sendgrid/php-http-client/tree/master/examples)
Expand All @@ -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)

<a name="thanks"></a>
# Thanks

We were inspired by the work done on [birdy](https://github.com./inueni/birdy) and [universalclient](https://github.com./dgreisen/universalclient).

<a name="about"></a>
# About

php-http-client is guided and supported by the SendGrid [Developer Experience Team](mailto:[email protected]).
Expand Down