From 5e0e65958fdb3a91fa10dc1a6991e972f97428d0 Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Fri, 9 Oct 2020 05:05:46 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f66f0678..985dbbe4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# 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). To compile and run these programs, you only need JDK 8 installed.