Skip to content

Commit c39c95b

Browse files
Typo in the CONTRIBUTING.md file
1 parent e76e7c2 commit c39c95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ touch Example.java
102102
Add the example you want to test to Example.java, including the headers at the top of the file.
103103

104104
``` 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
105+
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
106106
```
107107

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

0 commit comments

Comments
 (0)