From cf26de6525b5fc81c0ee295199c96e91491f5813 Mon Sep 17 00:00:00 2001 From: Neeme Praks Date: Fri, 15 Mar 2024 22:25:24 +0200 Subject: [PATCH] Improve README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e55de4..a7ea1f1 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ new ProcessExecutor().command("java", "-version")
-* 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") @@ -170,7 +170,7 @@ new ProcessExecutor().command("java", "-version")
-* 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")