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

Commit

Permalink
Fix markup in README
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed May 27, 2022
1 parent 9d1e0f7 commit 8efe469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8efe469

Please sign in to comment.