Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 committed Jun 25, 2018
1 parent 5ab4f3d commit 7d6c1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ import { GeoPosition } from 'geo-position.ts';

new GeoPosition(71.317941, 55.691416);

71.317941 //- Longitude (λ)
55.691416 //- Latitude (φ)
71.317941 //- Latitude (λ)
55.691416 //- Longitude (φ)

```

Expand Down

0 comments on commit 7d6c1b8

Please sign in to comment.