Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen K. Peterson committed Jun 3, 2015
1 parent 67ae5c4 commit c6d940c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

0 comments on commit c6d940c

Please sign in to comment.