From 8b1eddf6b24021bfc8786a0913ba759205f4d294 Mon Sep 17 00:00:00 2001 From: "Glen K. Peterson" Date: Tue, 15 Sep 2015 18:53:31 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93b5eba..b4ef845 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Learn UncleJim with JimTrainer](LearnUncleJim.jpg) -A set of exercises for learning functional programming with [UncleJim](https://github.com/GlenKPeterson/UncleJim) in Java. +Self-guided exercises for learning functional programming with [UncleJim](https://github.com/GlenKPeterson/UncleJim) in Java. #Requirements: - [Java 8 SE Development Kit (JDK8)](http://www.oracle.com/technetwork/java/javase/). It doesn't have to be the Oracle version. It can be OpenJDK8+ or any JDK 8 or higher. Anything that supports JUnit should support UncleJim.