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
index e2e5f07..945bee1 100644
--- a/USAGE.md
+++ b/USAGE.md
@@ -9,3 +9,7 @@ Using the .esdoc.json file, esdoc will create documentation in the docs director
## Checking docs coverage
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.
+
+# More information
+- [SendGrid Docs](https://sendgrid.com/docs/API_Reference/SMTP_API/index.html)
+- [Example Code](https://github.com/sendgrid/smtpapi-nodejs/blob/master/examples)