Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit 1242ea8

Browse files
Added supported versions to the README
1 parent 3f8da4a commit 1242ea8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ We welcome direct contributions to the nodejs-http-client code base. Thank you!
6464

6565
##### Prerequisites #####
6666

67-
- Node.js 0.10 and up
67+
- Node.js version 0.10, 0.12 or 4
6868
- Please see [package.json](https://github.com/sendgrid/nodejs-http-client/blob/master/package.json)
6969

7070
##### Initial setup: #####

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/
1010

1111
# Installation
1212

13+
## Prerequisites
14+
15+
- Node.js version 0.10, 0.12 or 4
16+
17+
## Install Package
18+
1319
```bash
1420
npm install sendgrid-rest
1521
```
@@ -81,7 +87,7 @@ node examples/example
8187

8288
## Roadmap
8389

84-
If you are intersted in the future direction of this project, please take a look at our [milestones](https://github.com/sendgrid/nodejs-http-client/milestones). We would love to hear your feedback.
90+
If you are interested in the future direction of this project, please take a look at our [milestones](https://github.com/sendgrid/nodejs-http-client/milestones). We would love to hear your feedback.
8591

8692
## How to Contribute
8793

0 commit comments

Comments
 (0)