Mistake fixed in README

This commit is contained in:
Bertold Van den Bergh 2019-02-22 00:00:41 +01:00
parent 776cb4595e
commit 443ce4bb75

View file

@ -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)