Skip to content

Commit

Permalink
Merge pull request #6 from good-idea/master
Browse files Browse the repository at this point in the history
fix distance typo in readme
  • Loading branch information
0xF6 committed Oct 14, 2019
2 parents e0d391c + 9ebe134 commit a1a669f
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 a1a669f

Please sign in to comment.