From b0dd256d948241b6d4cb726f95172f3435e23fce Mon Sep 17 00:00:00 2001 From: Jan Sorgalla Date: Thu, 21 May 2015 12:38:28 +0200 Subject: [PATCH] Uppercase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78eb2a8..2c1a257 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Reference A Math instance can be used to perform geographic calculations on LatLng and Bounds instances. Since such calculations depend on an [Earth Ellipsoid](http://en.wikipedia.org/wiki/Earth_ellipsoid), you can pass an -instance of `Geokit\Ellipsoid` to its constructor. If no ellipsoid instance is +instance of `Geokit\Ellipsoid` to its constructor. If no Ellipsoid instance is provided, it uses the default [WGS 86 Ellipsoid](http://en.wikipedia.org/wiki/World_Geodetic_System).