From 83c7832e3f3eb727bd655acf47f191d86da1e637 Mon Sep 17 00:00:00 2001 From: Werner Keil Date: Mon, 28 Apr 2014 14:13:03 +0200 Subject: [PATCH] Update README.md Updated link --- swing/javamoney-ez/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/swing/javamoney-ez/README.md b/swing/javamoney-ez/README.md index 39f2796c..941a449f 100644 --- a/swing/javamoney-ez/README.md +++ b/swing/javamoney-ez/README.md @@ -4,12 +4,12 @@ javamoney-ez What is it? ----------- -This is an improved successor to [EZ Money](http://www.downloadcollection.com/ez_money.htm "EZ Money"). +This is an improved successor to [EZ Money](http://macdownload.informer.com/ez-money/ "EZ Money"). System requirements ------------------- -All you need to build this project is **Java 6.0**, Maven 3.0 or better. +All you need to build this project is (at least) **Java 6.0**, Maven 3.0 or higher. The application this project produces is designed to be run on Java Swing. @@ -21,4 +21,4 @@ In order to make Maven build the project, you need to select a Java 6 or above c ###Steps for Command Line If you run Maven from the command line instead of an IDE like Eclipse or NetBeans, please ensure, the `JAVA_HOME` environment variable points to an appropriate version of Java 6 or above. -Run `mvn compile exec:java` to execute the main class of javamoney-ez. \ No newline at end of file +Run `mvn compile exec:java` to execute the main class of javamoney-ez.