Skip to content

Commit

Permalink
Improved formatting of expected java version output.
Browse files Browse the repository at this point in the history
  • Loading branch information
slackboxster authored Nov 7, 2023
1 parent 4b7ed20 commit 5675a9a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ This project automatically downloads photos from [CloudCard Online Photo Submiss

To test your system, run `java -version`. The output should look like the following. The exact version isn't important
as long as it starts with `17`.
> openjdk version "17.0.6" 2023-01-17 LTS
> OpenJDK Runtime Environment Corretto-17.0.6.10.1 (build 17.0.6+10-LTS)
> OpenJDK 64-Bit Server VM Corretto-17.0.6.10.1 (build 17.0.6+10-LTS, mixed mode, sharing)
```
openjdk version "17.0.6" 2023-01-17 LTS
OpenJDK Runtime Environment Corretto-17.0.6.10.1 (build 17.0.6+10-LTS)
OpenJDK 64-Bit Server VM Corretto-17.0.6.10.1 (build 17.0.6+10-LTS, mixed mode, sharing)
```

## Network Diagram

Expand Down

0 comments on commit 5675a9a

Please sign in to comment.