From 4258527fc1099f1c1089d798fd6c6a6b617e430d Mon Sep 17 00:00:00 2001 From: Bertold Van den Bergh Date: Fri, 22 Feb 2019 00:00:41 +0100 Subject: [PATCH] Mistake fixed in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9630f88..b687ebf 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a C library that allows you to find an area a point belongs to using a d The API should be self-explanatory from zonedetect.h. A small demo is included (demo.c) -The databases are obtained from [https://github.com/evansiroky/timezone-boundary-builder](here) and converted to the format used by this library. +The databases are obtained from [here](https://github.com/evansiroky/timezone-boundary-builder) and converted to the format used by this library. ### Online API You can test the library using an online API: [https://api.bertold.org/geozone](https://api.bertold.org/geozone)