From 03691ccbc0ef8f96c7af033ebe233caee6e04f8c Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Sun, 31 Jan 2021 16:12:26 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 985dbbe4..b2ad9259 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Example Source Code for the Book "On Java 8" by Bruce Eckel -Download release from [here](https://github.com/BruceEckel/OnJava8-Examples/releases/tag/v1.0). +Download the latest release from [here](https://github.com/BruceEckel/OnJava8-Examples/releases/). To compile and run these programs, you only need JDK 8 installed. Invoking `gradlew` will automatically download and install Gradle.