From c6d940c17d00317bb230c7fda3782dce199a18d5 Mon Sep 17 00:00:00 2001 From: "Glen K. Peterson" Date: Tue, 2 Jun 2015 22:08:12 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77e6fef..5f0bee2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ LearnFpJava =========== -Learn Functional Programming in Java (8) +Learn Functional Programming with UncleJim in Java. #Requirements: - Java 8+: https://jdk8.java.net/download.html @@ -10,9 +10,9 @@ Learn Functional Programming in Java (8) - A text editor or IDE  - - Download and run `mvn -q clean install` on https://github.com/GlenKPeterson/fp4java7 + - Download and run `mvn -q clean install` on https://github.com/GlenKPeterson/UncleJim #Usage - Run `mvn -q test` on this project (LearnFpJava) to ensure proper installation - - Uncomment tests (in EasyTest.java) and make them pass! + - Uncomment tests (in EasyTest.java) and make them pass. Then proceed to MediumTest.java.