From cf6174fce934b9bac58e238988552e515623c771 Mon Sep 17 00:00:00 2001 From: David Beitey Date: Fri, 19 Jan 2024 06:37:22 +1000 Subject: [PATCH] Fix title formatting in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 169e09d..64e2cf3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -#tiles [![](https://godoc.org/github.com/buckhx/tiles?status.svg)](https://godoc.org/github.com/buckhx/tiles) [![Build Status](https://travis-ci.org/buckhx/tiles.svg?branch=master)](https://travis-ci.org/buckhx/tiles) +# tiles [![](https://godoc.org/github.com/buckhx/tiles?status.svg)](https://godoc.org/github.com/buckhx/tiles) [![Build Status](https://travis-ci.org/buckhx/tiles.svg?branch=master)](https://travis-ci.org/buckhx/tiles) + A map tiling library written in pure Go with no external dependencies outside of the golang stdlib. Converts between WGS84 coordinates to Slippy Map Tiles and Quadkeys. Includes a TileIndex that can be used to aggregate data into parent tiles. go get github.com/buckhx/tiles