Skip to content

Commit

Permalink
udrm
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoren committed Nov 14, 2015
1 parent 3d2b937 commit 949399a
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 @@ -150,7 +150,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, insideTheFence, outsideTheFence, 'mi')
fence = new geoFence(44.979779, -93.325499, .05)
}

function draw(){
Expand Down

0 comments on commit 949399a

Please sign in to comment.