Skip to content

Commit 88b5f4e

Browse files
author
John Claus
committed
Docs are helpful
1 parent b9ac3c4 commit 88b5f4e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ javac -classpath sendgrid-1.2.1-jar.jar:. SendGridExample.java && java -classp
4040

4141
## Installation
4242

43-
Choose your installation method - Maven w/ Gradle (recommended) or Jar file.
43+
Choose your installation method - Maven w/ Gradle (recommended), Maven or Jar file.
4444

4545
### via Maven w/ Gradle
4646

@@ -65,6 +65,12 @@ Then import the library - in the file appropriate to your Java project.
6565
import com.sendgrid.SendGrid;
6666
```
6767

68+
### via Maven
69+
70+
```
71+
mvn install
72+
```
73+
6874
### via jar file
6975

7076
You can just drop the jar file in. It's a fat jar - it has all the dependencies built in.

0 commit comments

Comments
 (0)