Skip to content

Commit

Permalink
Merge pull request #55 from johntron/patch-1
Browse files Browse the repository at this point in the history
Fixes spelling of Haversine
  • Loading branch information
lauris-tw authored Jun 18, 2024
2 parents c147c49 + d26932a commit c07bff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c07bff5

Please sign in to comment.