From a2041caee94a1824a33cf14c952b4d092d277db1 Mon Sep 17 00:00:00 2001 From: jtejido Date: Sat, 28 Apr 2018 20:27:03 +0800 Subject: [PATCH] updated readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b983fcc..4e73ab5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Geodesy-PHP Geodesy-PHP is a PHP port of some known geodesic functions for getting distance from a known point A to a known point B, given their latitude and longitude (good for working out distances between latitude/longitude data provided by Google Maps or any Restful APIs). -This has been helpful to me at a time when working out the distance between different vendors and the user's current location (and check if they're within a certain range) and has grown beyond my simple use case and finally becoming a library. +This has been helpful to me at a time when working out the distance between different vendors and the user's current location (and check if they're within a certain range) and has grown beyond my simple use case to finally becoming a library. It also supports conversion between units of length, between Geographical position to Cartesian, and between different Reference Datums.