Skip to content

Commit

Permalink
udrm
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoren committed Nov 24, 2015
1 parent 70a4e7d commit d3ce059
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 @@ -148,7 +148,7 @@ function setup(){
// maximumAge: 0
// };

fence = new geoFence(44.979779, -93.325499, .05, insideTheFence, outsideTheFence, 'mi')
fence = new geoFence(44.979779, -93.325499, 0.05, insideTheFence, outsideTheFence, 'mi')
}

function insideTheFence(position){
Expand All @@ -169,7 +169,7 @@ geofence has a useful paramater for checking the fence status. insideFence when
```javascript
var fence;
function setup(){
fence = new geoFence(44.979779, -93.325499, .05)
fence = new geoFence(44.979779, -93.325499, 0.05)
}

function draw(){
Expand Down

0 comments on commit d3ce059

Please sign in to comment.