From 985caddb8f34df7eb8d757491e843482de6a5701 Mon Sep 17 00:00:00 2001 From: bethrobson Date: Wed, 10 Mar 2021 06:41:30 -0800 Subject: [PATCH] updating README --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d3333833..9705f123 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,8 @@ -# Head First Design Patterns (2014 update) +# Head First Design Patterns (2020 2nd Edition) -I have recently updated all the code for Head First Design Patterns to be compatible -with Java 8. This new code accompanies an update for the book, released in July, 2014. - -Download the code and compile and run from the command line, or load the code into -project in Eclipse (Kepler, with the Java 8 beta patch). - -https://wiki.eclipse.org/JDT/Eclipse_Java_8_Support_For_Kepler +I have recently updated all the code for Head First Design Patterns for the 2nd edition of the book, released in December, 2020. +Download the code and compile and run from the command line, or load the code into project in Eclipse using Java 8 or higher. Other links for the book are available on the book page at wickedlysmart.com.