File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -88,15 +88,13 @@ source ./sendgrid.env
88
88
89
89
``` bash
90
90
./gradelew build
91
- cd ../ examples
91
+ cd examples
92
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:../target/http-1.0-SNAPSHOT.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:../target/http-1.0-SNAPSHOT.jar:. Example
93
93
```
94
94
95
95
<a name =" understanding_the_codebase " ></a >
96
96
## Understanding the Code Base
97
97
98
- <!-- -optionally provide a brief summary explaning the architecture of the code--->
99
-
100
98
** /examples**
101
99
102
100
Working examples that demonstrate usage.
You can’t perform that action at this time.
0 commit comments