diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 43cc0a2..e3526f5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -147,7 +147,7 @@ Please run your code through:
# Clone your fork of the repo into the current directory
git clone https://github.com/sendgrid/smtpapi-nodejs
# Navigate to the newly cloned directory
- cd sendgrid-python
+ cd smtpapi-nodejs
# Assign the original repo to a remote called "upstream"
git remote add upstream https://github.com/sendgrid/smtpapi-nodejs
```
diff --git a/README.md b/README.md
index 0b87c8b..77f5f56 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,8 @@ All updates to this module are documented in our [CHANGELOG](https://github.com/
- [Installation](#installation)
- [Quick Start](#quick-start)
- [Usage](#usage)
+- [Roadmap](#roadmap)
+- [How to Contribute](#contribute)
- [About](#about)
- [License](#license)
@@ -80,11 +82,13 @@ console.log(header.jsonString());
- [SendGrid Docs](https://sendgrid.com/docs/API_Reference/SMTP_API/index.html)
- [Example Code](https://github.com/sendgrid/smtpapi-nodejs/blob/master/examples)
-## Roadmap
+
+# Roadmap
If you are interested in the future direction of this project, please take a look at our [milestones](https://github.com/sendgrid/smtpapi-nodejs/milestones). We would love to hear your feedback.
-## How to Contribute
+
+# How to Contribute
We encourage contribution to our projects, please see our [CONTRIBUTING](https://github.com/sendgrid/smtpapi-nodejs/blob/master/CONTRIBUTING.md) guide for details.