From c93ba2adb90014a92509164d446ab8d792b2f31f Mon Sep 17 00:00:00 2001 From: Andy Townsend Date: Wed, 15 Jan 2014 00:32:40 +0000 Subject: [PATCH] Minor typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f06fcf7..3edebe5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It uses the OSM API so please don't go mad with it - follow http://wiki.openstre Eclipse ------- -You can import it into Eclipse if you want to (although, given that it's only a few small Java classes, there's really no need to). If you're not using an IDE, install a JDK (e.g. from http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html), then just ensure that the `javac` that you have just installed is on the PATH, and `javac Changeset1.java` etc. `Changeset1.class` and the others. Then just `java Changeset1 ...`. +You can import it into Eclipse if you want to (although, given that it's only a few small Java classes, there's really no need to). If you're not using an IDE, install a JDK (e.g. from http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html), then just ensure that the `javac` that you have just installed is on the PATH, and `javac Changeset1.java` etc. Then just `java Changeset1 ...`. Usage examples