Skip to content

Commit

Permalink
Merge pull request #27 from pushkyn/fix-contributing
Browse files Browse the repository at this point in the history
update contributing.md - fix typo
  • Loading branch information
Matt Bernier authored Oct 24, 2017
2 parents 5aeed66 + 1b48062 commit 395249d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Please run your code through:
# Clone your fork of the repo into the current directory
git clone https://github.com/sendgrid/smtpapi-python
# Navigate to the newly cloned directory
cd sendgrid-python
cd smtpapi-python
# Assign the original repo to a remote called "upstream"
git remote add upstream https://github.com/sendgrid/smtpapi-python
```
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ All updates to this module is documented in our [CHANGELOG](https://github.com/s
- [Installation](#installation)
- [Quick Start](#quick-start)
- [Usage](#usage)
- [Roadmap](#roadmap)
- [How to Contribute](#contribute)
- [About](#about)
- [License](#license)

Expand Down Expand Up @@ -52,11 +54,13 @@ print header.json_string()
- [SendGrid Docs](https://sendgrid.com/docs/API_Reference/SMTP_API/index.html)
- [Example Code](https://github.com/sendgrid/smtpapi-python/tree/master/examples)

## Roadmap
<a name="roadmap"></a>
# Roadmap

If you are interested in the future direction of this project, please take a look at our [milestones](https://github.com/sendgrid/smtpapi-python/milestones). We would love to hear your feedback.

## How to Contribute
<a name="contribute"></a>
# How to Contribute

We encourage contribution to our projects, please see our [CONTRIBUTING](https://github.com/sendgrid/smtpapi-python/blob/master/CONTRIBUTING.md) guide for details.

Expand Down

0 comments on commit 395249d

Please sign in to comment.