You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: swing/javamoney-ez/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@ javamoney-ez
4
4
What is it?
5
5
-----------
6
6
7
-
This is an improved successor to [EZ Money](http://www.downloadcollection.com/ez_money.htm"EZ Money").
7
+
This is an improved successor to [EZ Money](http://macdownload.informer.com/ez-money/"EZ Money").
8
8
9
9
System requirements
10
10
-------------------
11
11
12
-
All you need to build this project is **Java 6.0**, Maven 3.0 or better.
12
+
All you need to build this project is (at least) **Java 6.0**, Maven 3.0 or higher.
13
13
14
14
The application this project produces is designed to be run on Java Swing.
15
15
@@ -21,4 +21,4 @@ In order to make Maven build the project, you need to select a Java 6 or above c
21
21
###Steps for Command Line
22
22
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.
23
23
24
-
Run `mvn compile exec:java` to execute the main class of javamoney-ez.
24
+
Run `mvn compile exec:java` to execute the main class of javamoney-ez.
0 commit comments