From 2a53624e3e76ae1ad9127eb30cbdd0dac88f474f Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sat, 11 Jun 2016 17:59:05 -0700 Subject: [PATCH] updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e76e5a..c00ce75 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ RTree implementation for Go This package provides an in-memory R-Tree implementation for Go, useful as a spatial data structure. It has support for 1-4 dimensions, and can store and search multidimensions interchangably in the same tree. AUTHORS -======= +------- * 1983 Original algorithm and test code by Antonin Guttman and Michael Stonebraker, UC Berkely * 1994 ANCI C ported from original test code by Melinda Green * 1995 Sphere volume fix for degeneracy problem submitted by Paul Brook @@ -15,6 +15,6 @@ AUTHORS * 2016 Go port by Josh Baker License -======= +------- RTree source code is available under the MIT License.