diff --git a/README.md b/README.md index c22a9c0..38d33c1 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ steps: with: java-version: '4.0.0' architecture: x64 - jdkFile: // Optional - jdkFile to install java from. Useful for versions not supported by Azul + jdkFile: # Optional - jdkFile to install java from. Useful for versions not supported by Azul - run: java -cp java HelloWorldApp ```