From d26932a4bb4efc031d070f08e660f116c54f9f51 Mon Sep 17 00:00:00 2001 From: John Syrinek Date: Thu, 6 Jun 2024 09:46:55 -0500 Subject: [PATCH] Fixes spelling of Haversine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 326c88b..e6884bd 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ It reads the previously ingested data parquet files. Hint: -- For distance calculation, consider using [**Harvesine formula**](https://en.wikipedia.org/wiki/Haversine_formula) as an option. +- For distance calculation, consider using [**Haversine formula**](https://en.wikipedia.org/wiki/Haversine_formula) as an option. ##### Input