From 8a53946287a71995dcc8f653d4d9b22c8a3da2da Mon Sep 17 00:00:00 2001 From: Mohamed Taher Alrefaie Date: Thu, 10 Mar 2016 22:28:13 +0000 Subject: [PATCH] Updated the readme file Readme now uses Markdown to look better. --- README => README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename README => README.md (99%) diff --git a/README b/README.md similarity index 99% rename from README rename to README.md index d3e7751..017f07d 100755 --- a/README +++ b/README.md @@ -13,6 +13,8 @@ This library has only been tested with a few different files, and I expect it wi Usage ----- +```java + import tomc.gpx.*; // outside setup() @@ -41,7 +43,7 @@ GPX gpx; GPXWayPoint wpt = gpx.getWayPoint(i); // do something with wpt.lat or wpt.lon or wpt.name or wpt.type } - +``` Installation ------------