Skip to content

Commit

Permalink
fix typo (lat, lng => latitude, longitude) in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eregnier authored Jul 18, 2018
1 parent 4a9f45d commit 0a9f511
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 @@ -63,8 +63,8 @@ computed: {
places () {
return [
{
lat: 50.60229509638775,
lng: 3.0247059387528408
latitude: 50.60229509638775,
longitude: 3.0247059387528408
}
]
}
Expand Down

0 comments on commit 0a9f511

Please sign in to comment.