From 7cab00bea0bf616da0391854909c6060d2042a14 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sat, 28 May 2022 16:11:39 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41aa1885..770d0661 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@

-Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and realtime geofence. It supports a variety of object types including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON. +Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and realtime geofencing server. +It supports a variety of object types including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON.

This README is quick start document. You can find detailed documentation at https://tile38.com.