Skip to content

Commit 57116c5

Browse files
Update CONTRIBUTING.md
1 parent 3ed5257 commit 57116c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CONTRIBUTING.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,13 @@ source ./sendgrid.env
8888

8989
```bash
9090
./gradelew build
91-
cd ../examples
91+
cd examples
9292
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
9393
```
9494

9595
<a name="understanding_the_codebase"></a>
9696
## Understanding the Code Base
9797

98-
<!---optionally provide a brief summary explaning the architecture of the code--->
99-
10098
**/examples**
10199

102100
Working examples that demonstrate usage.

0 commit comments

Comments
 (0)