Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit 8efe469

Browse files
committed
Fix markup in README
1 parent 9d1e0f7 commit 8efe469

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ steps:
1818
java-version: '11' # The OpenJDK version to make available on the path
1919
architecture: 'x64' # defaults to 'x64'
2020
- run: java -cp java HelloWorldApp
21+
```
2122
2223
**After:**
2324
24-
```
25+
```yaml
2526
steps:
2627
- uses: actions/checkout@v2
2728
- uses: actions/setup-java@v3

0 commit comments

Comments
 (0)