From a8e7064d5b5073e11c2bb6107e0f4f2219da969b Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Fri, 16 Aug 2019 10:21:42 -0400 Subject: [PATCH] Use correct comment character --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```