From 9fbda8ed145416322f847faf5b306c9dc17b7165 Mon Sep 17 00:00:00 2001 From: Rohit Daryanani Date: Fri, 27 Oct 2017 14:22:12 +0800 Subject: [PATCH] add usage.md --- README.md | 5 +---- USAGE.md | 2 ++ 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 USAGE.md diff --git a/README.md b/README.md index 77f5f56..4c79f98 100644 --- a/README.md +++ b/README.md @@ -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) @@ -79,9 +79,6 @@ console.log(header.jsonString()); # Usage -- [SendGrid Docs](https://sendgrid.com/docs/API_Reference/SMTP_API/index.html) -- [Example Code](https://github.com/sendgrid/smtpapi-nodejs/blob/master/examples) - # Roadmap diff --git a/USAGE.md b/USAGE.md new file mode 100644 index 0000000..131ec1b --- /dev/null +++ b/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) \ No newline at end of file