From 4988c1b529b364e60a8cf251c7844da57448b528 Mon Sep 17 00:00:00 2001 From: Luke Gordon Date: Fri, 21 Oct 2016 04:57:03 -0500 Subject: [PATCH] Fixing typos in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d1f35d5..748bf928 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ Tile38 is an open source (MIT licensed), in-memory geolocation data store, spati ### Getting Tile38 The easiest way to get Tile38 is to use one of the pre-built release binaries which are available for OSX, Linux, and Windows. Instructions for using these binaries are on the GitHub [releases page](https://github.com/tidwall/tile38/releases). -TIle38 is also available as a [Docker image](https://hub.docker.com/r/tile38/tile38/) which is built on top of [Alpine Linux](https://alpinelinux.org/). + +Tile38 is also available as a [Docker image](https://hub.docker.com/r/tile38/tile38/) which is built on top of [Alpine Linux](https://alpinelinux.org/). If you want to try the latest version, you can build Tile38 from the master branch.