From ff151ecf32a9d444ef0b7a92c5d7b645cbb19a6f Mon Sep 17 00:00:00 2001 From: Kurtis LoVerde Date: Mon, 15 Feb 2016 01:06:35 -0500 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f6c2da..98875d8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ GeographicCoordinate is a simple Java library for latitude and longitude. Features: -* Coordinates can be manipulated in floating-point form or as degrees, minutes and seconds * Unlike using floating-point primitives, enforces automatic range checking: objects can never have invalid values -* Provides the ability to calculate the distance bewteen two sets of coordinates +* Coordinates can be manipulated in floating-point form or as degrees, minutes and seconds +* Provides the ability to calculate the distance between two or more coordinates