Skip to content

Commit

Permalink
Merge pull request #32 from thepriefy/patch-1
Browse files Browse the repository at this point in the history
add table of contents in README.md
  • Loading branch information
Matt Bernier authored Oct 22, 2017
2 parents 82eef1a + 332ce24 commit 7f35789
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@

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

# Table of Contents
- [Installation](#installation)
- [Quick Start](#quick-start)
- [Usage](#usage)
- [About](#about)

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

## Prerequisites
Expand All @@ -19,7 +26,7 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/
```bash
go get github.com/sendgrid/smtpapi-go
```

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

```go
Expand All @@ -36,7 +43,7 @@ func main() {
fmt.Println(header.JSONString())
}
```

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

- [SendGrid Docs](https://sendgrid.com/docs/API_Reference/SMTP_API/index.html)
Expand All @@ -57,6 +64,7 @@ Quick links:
- [Sign the CLA to Create a Pull Request](https://github.com/sendgrid/smtpapi-go/blob/master/CONTRIBUTING.md#cla)
- [Improvements to the Codebase](https://github.com/sendgrid/smtpapi-go/blob/master/CONTRIBUTING.md#improvements-to-the-codebase)

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

smtpapi-go is guided and supported by the SendGrid [Developer Experience Team](mailto:dx@sendgrid.com).
Expand Down

0 comments on commit 7f35789

Please sign in to comment.