Skip to content

Commit 8a0341c

Browse files
author
Matt Bernier
authored
Merge pull request #40 from thepriefy/patch-1
add table of contents in README.md
2 parents 481cee4 + dd15b4f commit 8a0341c

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
@@ -11,6 +11,14 @@
1111

1212
All updates to this module is documented in our [CHANGELOG](https://github.com/sendgrid/smtpapi-csharp/blob/master/CHANGELOG.md).
1313

14+
# Table of Contents
15+
- [Installation](#installation)
16+
- [Quick Start](#quick-start)
17+
- [Usage](#usage)
18+
- [About](#about)
19+
- [License](#license)
20+
21+
<a name="installation"></a>
1422
# Installation
1523

1624
## Prerequisites
@@ -34,6 +42,7 @@ Once you have the library properly referenced in your project, you can include c
3442

3543
For a sample implementation, check the [Example](https://github.com/sendgrid/smtpapi-csharp/blob/master/Smtpapi/Example/Program.cs)
3644

45+
<a name="quick-start"></a>
3746
# Quick Start
3847

3948
```csharp
@@ -93,6 +102,7 @@ var mail = new MailMessage
93102
mail.Headers.Add("X-SMTPAPI", header.JsonString());
94103
```
95104

105+
<a name="usage"></a>
96106
# Usage
97107

98108
- [SendGrid Docs](https://sendgrid.com/docs/API_Reference/SMTP_API/index.html)
@@ -113,11 +123,13 @@ Quick links:
113123
- [Sign the CLA to Create a Pull Request](https://github.com/sendgrid/smtpapi-csharp/blob/master/CONTRIBUTING.md#cla)
114124
- [Improvements to the Codebase](https://github.com/sendgrid/smtpapi-csharp/blob/master/CONTRIBUTING.md#improvements-to-the-codebase)
115125

126+
<a name="about"></a>
116127
# About
117128

118129
smtpapi-csharp is guided and supported by the SendGrid [Developer Experience Team](mailto:dx@sendgrid.com).
119130

120131
smtpapi-csharp is maintained and funded by SendGrid, Inc. The names and logos for smtpapi-csharp are trademarks of SendGrid, Inc.
121132

133+
<a name="license"></a>
122134
# License
123135
[The MIT License (MIT)](LICENSE.txt)

0 commit comments

Comments
 (0)