diff --git a/README.md b/README.md index acb98bd..0b87c8b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,14 @@ All updates to this module are documented in our [CHANGELOG](https://github.com/sendgrid/smtpapi-nodejs/blob/master/CHANGELOG.md). +# Table of Contents +- [Installation](#installation) +- [Quick Start](#quick-start) +- [Usage](#usage) +- [About](#about) +- [License](#license) + + # Installation ## Prerequisites @@ -55,6 +63,7 @@ npm install - Please see [package.json](https://github.com/sendgrid/smtpapi-nodejs/blob/master/package.json) + # Quick Start ```javascript @@ -65,6 +74,7 @@ header.setUniqueArgs({cow: 'chicken'}); console.log(header.jsonString()); ``` + # Usage - [SendGrid Docs](https://sendgrid.com/docs/API_Reference/SMTP_API/index.html) @@ -85,11 +95,13 @@ Quick links: - [Sign the CLA to Create a Pull Request](https://github.com/sendgrid/smtpapi-nodejs/blob/master/CONTRIBUTING.md#cla) - [Improvements to the Codebase](https://github.com/sendgrid/smtpapi-nodejs/blob/master/CONTRIBUTING.md#improvements-to-the-codebase) + # About smtpapi-nodejs is guided and supported by the SendGrid [Developer Experience Team](mailto:dx@sendgrid.com). smtpapi-nodejs is maintained and funded by SendGrid, Inc. The names and logos for smtpapi-nodejs are trademarks of SendGrid, Inc. + # License -[The MIT License (MIT)](LICENSE.txt) \ No newline at end of file +[The MIT License (MIT)](LICENSE.txt)