From 2ea7bfc5073c1b5607944b098e1f727e7563e924 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 29 May 2026 20:38:58 +0000 Subject: [PATCH] Use 'GeoIP'/'GeoLite' branding in documentation and prose MaxMind no longer ships the legacy products, so refer to the products as 'GeoIP' and 'GeoLite' rather than 'GeoIP2'/'GeoLite2' in prose. Technical identifiers (packages, class names, filenames, edition IDs, hostnames, URLs) and test fixtures are unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/MaxMind/Db/Reader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaxMind/Db/Reader.php b/src/MaxMind/Db/Reader.php index a0b28b4..0524ff1 100644 --- a/src/MaxMind/Db/Reader.php +++ b/src/MaxMind/Db/Reader.php @@ -62,7 +62,7 @@ class Reader /** * Constructs a Reader for the MaxMind DB format. The file passed to it must - * be a valid MaxMind DB file such as a GeoIp2 database file. + * be a valid MaxMind DB file such as a GeoIP database file. * * @param string $database the MaxMind DB file to use *