Skip to content

Commit

Permalink
fix mislabled variables in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drmmr763 committed Aug 28, 2015
1 parent f2c9478 commit cfb8ac9
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 @@ -20,8 +20,8 @@ if ($session->get('jgeo_position_status', false)) {
var_dump($position);
// access the object data
$lat = $location->latitude;
$lng = $location->longitude;
$lat = $position->latitude;
$lng = $position->longitude;
}
```

0 comments on commit cfb8ac9

Please sign in to comment.