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.