Skip to content

Commit 77cd7b8

Browse files
committed
Update README with dependencies
1 parent 43e868d commit 77cd7b8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,14 @@ Then import the library - in the file appropriate to your Java project.
5656
import com.github.sendgrid.SendGrid;
5757
```
5858

59-
You will also need to include the [http-request library from kevinsawicki](https://github.com/kevinsawicki/http-request).
59+
Also include these REQUIRED dependencies in your project:
60+
61+
You need to include the [http-request library from kevinsawicki](https://github.com/kevinsawicki/http-request).
62+
You need to include the [json library from chargebee](http://maven-repository.com/artifact/org.json/org.json/chargebee-1.0)
6063

6164
### via Maven
6265

63-
I'd like to get this on Maven. Please [create an issue](https://github.com/sendgrid/sendgrid-java/issues/new) if you'd like to see it on Maven as well.
66+
I'd like to get this on Maven. Please [+1 your support](https://github.com/sendgrid/sendgrid-java/issues/6) if you'd like to see it on Maven as well.
6467

6568
## Usage
6669

0 commit comments

Comments
 (0)