Skip to content

Commit af71b35

Browse files
Added supported versions to the README
1 parent a958043 commit af71b35

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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 sendgrid-java code base. Thank you!
6464

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

67-
- Java 1.7 through 1.8
67+
- Java version Oracle JDK 7, 8 or OpenJDK 7
6868
- [java-http-client](https://github.com/sendgrid/java-http-client)
6969

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

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,14 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/
2525

2626
# Installation
2727

28-
## Setup Environment Variables
28+
## Prerequisites
29+
30+
- Java version Oracle JDK 7, 8 or OpenJDK 7
31+
- The SendGrid service, starting at the [free level](https://sendgrid.com/free?source=sendgrid-java)
2932

30-
First, get your free SendGrid account [here](https://sendgrid.com/free?source=sendgrid-java).
33+
## Setup Environment Variables
3134

32-
Next, update your environment with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys).
35+
Update your environment with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys).
3336

3437
```bash
3538
echo "export SENDGRID_API_KEY='YOUR_API_KEY'" > sendgrid.env
@@ -81,7 +84,6 @@ import com.sendgrid.*;
8184

8285
## Dependencies
8386

84-
- The SendGrid Service, starting at the [free level](https://sendgrid.com/free?source=sendgrid-java)
8587
- [Java-HTTP-Client](https://github.com/sendgrid/java-http-client)
8688

8789
# Quick Start

0 commit comments

Comments
 (0)