From 636382331adab0c79738ad0873cd00ac7eaef9e1 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Tue, 3 Feb 2015 11:15:09 -0500 Subject: [PATCH] Fix broken link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc91fa71..ae6df286 100644 --- a/README.md +++ b/README.md @@ -713,7 +713,7 @@ You can replace `city` with `country` in any of the above tasks, generators, and This lookup provides methods for geocoding IP addresses without making a call to a remote API (improves speed and availability). It works, but support is new and should not be considered production-ready. Please [report any bugs](https://github.com/alexreisner/geocoder/issues) you encounter. -* **API key**: none (requires a GeoIP2 or free GeoLite2 City or Country binary database which can be downloaded from [MaxMind](http://dev.maxmind.com/geoip/geoip2/geoip2/)) +* **API key**: none (requires a GeoIP2 or free GeoLite2 City or Country binary database which can be downloaded from [MaxMind](http://dev.maxmind.com/geoip/geoip2/)) * **Quota**: none * **Region**: world * **SSL support**: N/A -- GitLab