From fe663a0b3003a28ce2ad4cd30b02aa6e62c9b29c Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sun, 20 Mar 2016 12:32:53 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 55a64fea..0a56a98c 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ Tile38 is an open source (MIT licensed), in-memory geolocation data store, spati ## Features - Spatial index with [search](#searching) methods such as Nearby, Within, and Intersects. -- Realtime [geofencing](#geofencing). -- Assign [Webhooks](http://tile38.com/commands/sethook) to Geofences. +- Realtime [geofencing](#geofencing) through persistent sockets or [webhooks](http://tile38.com/commands/sethook). - Variety of client protocols, including [http](#http) (curl), [websockets](#websockets), [telnet](#telnet), and a [native interface](#native-interface). - Object types of [lat/lon](#latlon-point), [bbox](#bounding-box), [Geohash](#geohash), [GeoJSON](#geojson), [QuadKey](#quadkey), and [XYZ tile](#xyz-tile). - Server responses are in json.