From d9c46a3f29524d414ac2783f71ca7ede0557be51 Mon Sep 17 00:00:00 2001 From: Drew Dara-Abrams Date: Tue, 23 May 2017 09:26:01 -0700 Subject: [PATCH] fixing a link in the readme (#184) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd83752b..3f3b42bf 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ You can choose a value between 1 and 8. The value 1 will result in no more than ## Geofencing Geofence animation -A [geofence](https://en.wikipedia.org/wiki/Geo-fence) is a virtual boundary that can detect when an object enters or exits the area. This boundary can be a radius, bounding box, or a polygon. Tile38 can turn any standard search into a geofence monitor by adding the FENCE keyword to the search. +A geofence is a virtual boundary that can detect when an object enters or exits the area. This boundary can be a radius, bounding box, or a polygon. Tile38 can turn any standard search into a geofence monitor by adding the FENCE keyword to the search. *Tile38 also allows for [Webhooks](http://tile38.com/commands/sethook) to be assigned to Geofences.*