Skip to content

Commit 788bb8a

Browse files
Added supported versions to the README
1 parent b4997b9 commit 788bb8a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ We welcome direct contributions to the java-http-client code base. Thank you!
6464

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

67-
- Java 1.7 and up
67+
- Java version Oracle JDK 7, 8 or OpenJDK 7
6868
- Please see [build.gradle](https://github.com/sendgrid/java-http-client/blob/master/build.gradle)
6969

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

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ All updates to this project is documented in our [CHANGELOG](https://github.com/
1010

1111
# Installation
1212

13-
## via Maven w/ Gradle
13+
## Prerequisites
14+
15+
- Java version Oracle JDK 7, 8 or OpenJDK 7
16+
17+
## Install via Maven w/ Gradle
1418

1519
```groovy
1620
...
@@ -25,7 +29,7 @@ repositories {
2529
...
2630
```
2731

28-
## Maven
32+
### Maven
2933

3034
```xml
3135
<dependency>
@@ -37,7 +41,7 @@ repositories {
3741

3842
`mvn install`
3943

40-
## Fat Jar
44+
## Install via Fat Jar
4145

4246
[Download](http://repo1.maven.org/maven2/com/sendgrid/java-http-client/2.3.2/java-http-client-2.3.2-jar.jar)
4347

0 commit comments

Comments
 (0)