Skip to content

Commit 84d7508

Browse files
Updated example
1 parent e44e837 commit 84d7508

8 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ source ./sendgrid.env
8989
```bash
9090
./gradlew build
9191
cd examples
92-
javac -classpath ./commons-logging-1.2.jar:./httpcore-4.4.4.jar:./httpclient-4.5.2.jar:./jackson-databind-2.7.3.jar:./jackson-annotations-2.7.0.jar:./jackson-core-2.7.3.jar:../repo/com/sendgrid/2.3.4/sendgrid-java-http-client-2.3.4-jar.jar:. Example.java && java -classpath ./commons-logging-1.2.jar:./httpcore-4.4.4.jar:./httpclient-4.5.2.jar:./jackson-databind-2.7.3.jar:./jackson-annotations-2.7.0.jar:./jackson-core-2.7.3.jar:../repo/com/sendgrid/2.3.4/sendgrid-java-http-client-2.3.4-jar.jar:. Example
92+
javac -classpath {path_to}/sendgrid-java-http-client-2.3.4-jar.jar:. Example.java && java -classpath {path_to}/sendgrid-java-http-client-2.3.4-jar.jar:. Example
9393
```
9494

9595
<a name="understanding_the_codebase"></a>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ source ./sendgrid.env
116116
```bash
117117
mvn package
118118
cd examples
119-
javac -classpath ./{path_to}/java-http-client-2.3.4-jar.jar:. Example.java && java -classpath ./{path_to}/java-http-client-2.3.4-jar.jar:. Example
119+
javac -classpath {path_to}/sendgrid-java-http-client-2.3.4-jar.jar:. Example.java && java -classpath {path_to}/sendgrid-java-http-client-2.3.4-jar.jar:. Example
120120
```
121121

122122
## Roadmap

examples/commons-logging-1.2.jar

-60.4 KB
Binary file not shown.

examples/httpclient-4.5.2.jar

-719 KB
Binary file not shown.

examples/httpcore-4.4.4.jar

-319 KB
Binary file not shown.
-49.7 KB
Binary file not shown.

examples/jackson-core-2.7.3.jar

-247 KB
Binary file not shown.

examples/jackson-databind-2.7.3.jar

-1.15 MB
Binary file not shown.

0 commit comments

Comments
 (0)