diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b59ca17..72aaf3c 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/php-http-client
# Navigate to the newly cloned directory
- cd sendgrid-python
+ cd php-http-client
# Assign the original repo to a remote called "upstream"
git remote add upstream https://github.com/sendgrid/php-http-client
```
diff --git a/README.md b/README.md
index c61fda9..5aa7753 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,12 @@

-
[](https://travis-ci.org/sendgrid/php-http-client)
[](https://packagist.org/packages/sendgrid/php-http-client)
[](https://travis-ci.org/sendgrid/php-http-client)
[](https://dx.sendgrid.com/newsletter/php)
[](https://twitter.com/sendgrid)
[](https://github.com/sendgrid/php-http-client/graphs/contributors)
-
+[](./LICENSE.txt)
**Quickly and easily access any RESTful or RESTful-like API.**
@@ -21,6 +20,8 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/
- [Installation](#installation)
- [Quick Start](#quick-start)
- [Usage](#usage)
+- [Roadmap](#roadmap)
+- [How to Contribute](#contribute)
- [Thanks](#thanks)
- [About](#about)
- [License](#license)
@@ -137,11 +138,13 @@ print $response->body();
- [Example Code](https://github.com/sendgrid/php-http-client/tree/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/php-http-client/milestones). We would love to hear your feedback.
-## How to Contribute
+
+# How to Contribute
We encourage contribution to our libraries, please see our [CONTRIBUTING](https://github.com/sendgrid/php-http-client/blob/master/CONTRIBUTING.md)) guide for details.