Skip to content

Commit

Permalink
Use correct comment character
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny McCormick authored and GitHub committed Aug 16, 2019
1 parent 475978b commit a8e7064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ steps:
with:
java-version: '4.0.0'
architecture: x64
jdkFile: <path to jdkFile> // Optional - jdkFile to install java from. Useful for versions not supported by Azul
jdkFile: <path to jdkFile> # Optional - jdkFile to install java from. Useful for versions not supported by Azul
- run: java -cp java HelloWorldApp
```
Expand Down

0 comments on commit a8e7064

Please sign in to comment.