Skip to content

Commit 276f377

Browse files
authored
add table of contents in README.md
1 parent 2b73fe8 commit 276f377

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
@@ -8,6 +8,14 @@ If you are looking for the SendGrid API client library, please see [this repo](h
88

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

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

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

89+
<a name="quick-start"></a>
8190
# Quick Start
8291

8392
Here is a quick example:
@@ -113,6 +122,7 @@ print $response->headers();
113122
print $response->body();
114123
```
115124

125+
<a name="usage"></a>
116126
# Usage
117127

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

145+
<a name="thanks"></a>
135146
# Thanks
136147

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

150+
<a name="about"></a>
139151
# About
140152

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

0 commit comments

Comments
 (0)