Skip to content

Commit b5e456a

Browse files
author
Matt Bernier
authored
Merge pull request #39 from pushkyn/fix-contributing
update contributing and readme - fix typo and ToC
2 parents 4046d80 + 49a01e7 commit b5e456a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Please run your code through:
147147
# Clone your fork of the repo into the current directory
148148
git clone https://github.com/sendgrid/smtpapi-nodejs
149149
# Navigate to the newly cloned directory
150-
cd sendgrid-python
150+
cd smtpapi-nodejs
151151
# Assign the original repo to a remote called "upstream"
152152
git remote add upstream https://github.com/sendgrid/smtpapi-nodejs
153153
```

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ All updates to this module are documented in our [CHANGELOG](https://github.com/
1717
- [Installation](#installation)
1818
- [Quick Start](#quick-start)
1919
- [Usage](#usage)
20+
- [Roadmap](#roadmap)
21+
- [How to Contribute](#contribute)
2022
- [About](#about)
2123
- [License](#license)
2224

@@ -80,11 +82,13 @@ console.log(header.jsonString());
8082
- [SendGrid Docs](https://sendgrid.com/docs/API_Reference/SMTP_API/index.html)
8183
- [Example Code](https://github.com/sendgrid/smtpapi-nodejs/blob/master/examples)
8284

83-
## Roadmap
85+
<a name="roadmap"></a>
86+
# Roadmap
8487

8588
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.
8689

87-
## How to Contribute
90+
<a name="contribute"></a>
91+
# How to Contribute
8892

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

0 commit comments

Comments
 (0)