Skip to content

Commit a8e7064

Browse files
author
Danny McCormick
authored
Use correct comment character
1 parent 475978b commit a8e7064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ steps:
3232
with:
3333
java-version: '4.0.0'
3434
architecture: x64
35-
jdkFile: <path to jdkFile> // Optional - jdkFile to install java from. Useful for versions not supported by Azul
35+
jdkFile: <path to jdkFile> # Optional - jdkFile to install java from. Useful for versions not supported by Azul
3636
- run: java -cp java HelloWorldApp
3737
```
3838

0 commit comments

Comments
 (0)