diff --git a/README.md b/README.md index b0f6cd3..a132fb7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ const bearing = startPoint.calculateBearing(endPoint); #### `calculateDestination(distance: Number, bearing: Number): GeoPoint` -Caculates destination point using start point, bearing and dintace in meters. +Caculates destination point using start point, bearing and distance in meters. ```js const startPoint = new GeoPoint(51.5, -0.15);