From 2a33cda911f8100825d86fc70a056f0fa33663ee Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 15 Apr 2016 09:26:39 -0700 Subject: [PATCH] Add location usage warnings --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b1f4ce1..247915c 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,13 @@ require 'vendor/autoload.php'; Place the 'geoip.inc' file in the `include_path` as specified in your `php.ini` file or place it in the same directory as your PHP scripts. + +## IP Geolocation Usage ## + +IP geolocation is inherently imprecise. Locations are often near the center of +the population. Any location provided by a GeoIP database should not be used to +identify a particular address or household. + ## Usage ## Gets country name by hostname :