Skip to content

Commit

Permalink
add usage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitdaryanani committed Oct 27, 2017
1 parent f3135fe commit 9fbda8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Expand Up @@ -16,7 +16,7 @@ All updates to this module are documented in our [CHANGELOG](https://github.com/
# Table of Contents
- [Installation](#installation)
- [Quick Start](#quick-start)
- [Usage](#usage)
- [Library Usage Documentation](USAGE.md)
- [Roadmap](#roadmap)
- [How to Contribute](#contribute)
- [About](#about)
Expand Down Expand Up @@ -79,9 +79,6 @@ console.log(header.jsonString());
<a name="usage"></a>
# Usage

- [SendGrid Docs](https://sendgrid.com/docs/API_Reference/SMTP_API/index.html)
- [Example Code](https://github.com/sendgrid/smtpapi-nodejs/blob/master/examples)

<a name="roadmap"></a>
# Roadmap

Expand Down
2 changes: 2 additions & 0 deletions USAGE.md
@@ -0,0 +1,2 @@
- [SendGrid Docs](https://sendgrid.com/docs/API_Reference/SMTP_API/index.html)
- [Example Code](https://github.com/sendgrid/smtpapi-nodejs/blob/master/examples)

0 comments on commit 9fbda8e

Please sign in to comment.