Skip to content

Commit

Permalink
Minor typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneElseOSM committed Jan 15, 2014
1 parent 8289e8b commit c93ba2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c93ba2a

Please sign in to comment.