From ca7aa914fde04a64408943ec9464204ad051f478 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Tue, 12 Jul 2016 13:32:53 -0600 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 367d5e99..a2d92f25 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ Tile38 is an open source (MIT licensed), in-memory geolocation data store, spati *This README is quick start document. You can find detailed documentation at [http://tile38.com](http://tile38.com).* +

+Nearby +Within +Intersects +Geofencing +Roaming Geofences +

+ ## Features - Spatial index with [search](#searching) methods such as Nearby, Within, and Intersects. @@ -20,15 +28,6 @@ Tile38 is an open source (MIT licensed), in-memory geolocation data store, spati - Leader / follower [replication](#replication). - In-memory database that persists on disk. -
-

-Nearby -Within -Intersects -Geofencing -Roaming Geofences -

- ## Components - `tile38-server ` - The server - `tile38-cli ` - Command line interface tool