From 8efe4697d05995c9a74a2790742d0dcd7bb28a96 Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Fri, 27 May 2022 21:57:35 +0200 Subject: [PATCH] Fix markup in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b693335..90698d7 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,11 @@ steps: java-version: '11' # The OpenJDK version to make available on the path architecture: 'x64' # defaults to 'x64' - run: java -cp java HelloWorldApp +``` **After:** -``` +```yaml steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v3