We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76e7c2 commit c39c95bCopy full SHA for c39c95b
CONTRIBUTING.md
@@ -102,7 +102,7 @@ touch Example.java
102
Add the example you want to test to Example.java, including the headers at the top of the file.
103
104
``` bash
105
-javac -classpath ../repo/com/sendgrid/3.0.0/sendgrid-3.0.0-jar.jar:. Example.java && java -classpath ../repo/com/sendgrid/3.0.0/sendgrid-3.0.0-jar.jar:. Example
+javac -classpath ../repo/com/sendgrid/3.0.3/sendgrid-3.0.3-jar.jar:. Example.java && java -classpath ../repo/com/sendgrid/3.0.3/sendgrid-3.0.3-jar.jar:. Example
106
```
107
108
<a name="understanding_the_codebase"></a>
0 commit comments