From 4c0773a4387129d1edee65377ace0340a898b1fa Mon Sep 17 00:00:00 2001 From: Jeff Frankl Date: Wed, 17 Feb 2016 21:42:07 -0500 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c32a587..1e6b185 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ turf distance module ### `turf.distance(from, to, [units=kilometers])` -Calculates the distance between two Point|points in degress, radians, +Calculates the distance between two Point|points in degrees, radians, miles, or kilometers. This uses the [Haversine formula](http://en.wikipedia.org/wiki/Haversine_formula) to account for global curvature.