Skip to content

Commit

Permalink
Improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nemecec committed Mar 15, 2024
1 parent 00f10eb commit cf26de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ new ProcessExecutor().command("java", "-version")

<hr/>

* Handling output line-by-line while process is running (java 8+)
* Handling output line-by-line while process is running (Java 8+)

```java
new ProcessExecutor().command("java", "-version")
Expand All @@ -170,7 +170,7 @@ new ProcessExecutor().command("java", "-version")

<hr/>

* Handling output line-by-line while process is running (prior to java 8)
* Handling output line-by-line while process is running (prior to Java 8)

```java
new ProcessExecutor().command("java", "-version")
Expand Down

0 comments on commit cf26de6

Please sign in to comment.