From 0fdd5bece38231a033bdf6c204221a1abcd7f6f3 Mon Sep 17 00:00:00 2001 From: antonin-netalis Date: Thu, 10 Aug 2023 14:15:45 +0200 Subject: [PATCH] typo in readme : makeGeodectic -> makeGeodetic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37b5d88..d28faf5 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ $point = Point::make(51.087, 8.76); You will notice that there are 3 different make methods for the Point class with different parameters: 1. `make(...)` -2. `makeGeodectic(...)` +2. `makeGeodetic(...)` 3. `makeEmpty(...)` Let's take a closer look to the first two: