Skip to content

Commit

Permalink
fix distance typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
good-idea committed Oct 14, 2019
1 parent e0d391c commit 9ebe134
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 @@ -42,7 +42,7 @@ new GeoPosition(71.317941, 55.691416);
let xPoint = new GeoPosition(71.317941, 55.691416);
let yPoint = new GeoPosition(71.500873, 55.807184);

+x.Distance(y).toFixed(0) // -> 20844 meters
+xPoint.Distance(yPoint).toFixed(0) // -> 20844 meters
```

#### Zero check
Expand Down

0 comments on commit 9ebe134

Please sign in to comment.