Skip to content

Commit d312cdf

Browse files
author
Matt Bernier
authored
Merge pull request #52 from rohitdaryanani/master
add usage.md
2 parents e615911 + b20a938 commit d312cdf

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ All updates to this module are documented in our [CHANGELOG](https://github.com/
1616
# Table of Contents
1717
- [Installation](#installation)
1818
- [Quick Start](#quick-start)
19-
- [Usage](#usage)
19+
- [Library Usage Documentation](USAGE.md)
2020
- [Roadmap](#roadmap)
2121
- [How to Contribute](#contribute)
2222
- [About](#about)
@@ -79,9 +79,6 @@ console.log(header.jsonString());
7979
<a name="usage"></a>
8080
# Usage
8181

82-
- [SendGrid Docs](https://sendgrid.com/docs/API_Reference/SMTP_API/index.html)
83-
- [Example Code](https://github.com/sendgrid/smtpapi-nodejs/blob/master/examples)
84-
8582
<a name="roadmap"></a>
8683
# Roadmap
8784

USAGE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ Using the .esdoc.json file, esdoc will create documentation in the docs director
99
## Checking docs coverage
1010

1111
You will find a coverage.json file in the docs directory. This will contain information about the documentation coverage for each of the different files in this repo.
12+
13+
# More information
14+
- [SendGrid Docs](https://sendgrid.com/docs/API_Reference/SMTP_API/index.html)
15+
- [Example Code](https://github.com/sendgrid/smtpapi-nodejs/blob/master/examples)

0 commit comments

Comments
 (0)