Skip to content

Commit ae814b7

Browse files
committed
update readme - logo on separate line, fix ToC
1 parent 8a0341c commit ae814b7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
![SendGrid Logo](https://uiux.s3.amazonaws.com/2016-logos/email-logo%402x.png)
2+
23
[![Travis Badge](https://travis-ci.org/sendgrid/smtpapi-csharp.svg?branch=master)](https://travis-ci.org/sendgrid/smtpapi-csharp)
34
[![Email Notifications Badge](https://dx.sendgrid.com/badge/csharp)](https://dx.sendgrid.com/newsletter/csharp)
45
[![Twitter Follow](https://img.shields.io/twitter/follow/sendgrid.svg?style=social&label=Follow)](https://twitter.com/sendgrid)
@@ -15,6 +16,8 @@ All updates to this module is documented in our [CHANGELOG](https://github.com/s
1516
- [Installation](#installation)
1617
- [Quick Start](#quick-start)
1718
- [Usage](#usage)
19+
- [Roadmap](#roadmap)
20+
- [How to Contribute](#contribute)
1821
- [About](#about)
1922
- [License](#license)
2023

@@ -108,11 +111,13 @@ mail.Headers.Add("X-SMTPAPI", header.JsonString());
108111
- [SendGrid Docs](https://sendgrid.com/docs/API_Reference/SMTP_API/index.html)
109112
- [Example Code](https://github.com/sendgrid/smtpapi-csharp/blob/master/Smtpapi/Example/Program.cs)
110113

111-
## Roadmap
114+
<a name="roadmap"></a>
115+
# Roadmap
112116

113117
If you are interested in the future direction of this project, please take a look at our [milestones](https://github.com/sendgrid/smtpapi-csharp/milestones). We would love to hear your feedback.
114118

115-
## How to Contribute
119+
<a name="contribute"></a>
120+
# How to Contribute
116121

117122
We encourage contribution to our projects, please see our [CONTRIBUTING](https://github.com/sendgrid/smtpapi-csharp/blob/master/CONTRIBUTING.md) guide for details.
118123

0 commit comments

Comments
 (0)