Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetitpig committed Aug 24, 2020
1 parent 879cd3a commit dbb206a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Geodesic
A program for calculating distance between coordinates.
Programs for calculating distance between coordinates.

## Formulae
## Formula
* [Haversine formula](https://en.wikipedia.org/wiki/Haversine_formula)
* [incenty formula](https://en.wikipedia.org/wiki/Vincenty%27s_formulae)
* [Vincenty formula](https://en.wikipedia.org/wiki/Vincenty%27s_formulae)

## Compilation
* All: `make`
Expand Down

0 comments on commit dbb206a

Please sign in to comment.