Skip to content

Commit 01607b2

Browse files
author
Matt Bernier
authored
Merge pull request #41 from thepriefy/patch-1
add table of contents in README.md
2 parents bf8c46b + 276f377 commit 01607b2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ If you are looking for the SendGrid API client library, please see [this repo](h
99

1010
All updates to this library is documented in our [CHANGELOG](https://github.com/sendgrid/php-http-client/blob/master/CHANGELOG.md).
1111

12+
# Table of Contents
13+
- [Installation](#installation)
14+
- [Quick Start](#quick-start)
15+
- [Usage](#usage)
16+
- [Thanks](#thanks)
17+
- [About](#about)
18+
19+
<a name="installation"></a>
1220
# Installation
1321

1422
## Prerequisites
@@ -79,6 +87,7 @@ include __DIR__ . '/loader.php';
7987
$client = new SendGrid\Client();
8088
```
8189

90+
<a name="quick-start"></a>
8291
# Quick Start
8392

8493
Here is a quick example:
@@ -114,6 +123,7 @@ print $response->headers();
114123
print $response->body();
115124
```
116125

126+
<a name="usage"></a>
117127
# Usage
118128

119129
- [Example Code](https://github.com/sendgrid/php-http-client/tree/master/examples)
@@ -133,10 +143,12 @@ Quick links:
133143
- [Sign the CLA to Create a Pull Request](https://github.com/sendgrid/php-http-client/blob/master/CONTRIBUTING.md#cla)
134144
- [Improvements to the Codebase](https://github.com/sendgrid/php-http-client/blob/master/CONTRIBUTING.md#improvements-to-the-codebase)
135145

146+
<a name="thanks"></a>
136147
# Thanks
137148

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

151+
<a name="about"></a>
140152
# About
141153

142154
php-http-client is guided and supported by the SendGrid [Developer Experience Team](mailto:dx@sendgrid.com).

0 commit comments

Comments
 (0)