Skip to content

Commit 8c3c95a

Browse files
oschwaldclaude
andcommitted
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 (tool/binary names, edition IDs, filenames, env vars, URLs) are unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 0ec3522 commit 8c3c95a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# About
22

33
The libmaxminddb library provides a C library for reading MaxMind DB files,
4-
including the GeoIP2 databases from MaxMind. This is a custom binary format
4+
including the GeoIP databases from MaxMind. This is a custom binary format
55
designed to facilitate fast lookups of IP addresses while allowing for great
66
flexibility in the type of data associated with an address.
77

88
The MaxMind DB format is an open format. The spec is available at
99
https://maxmind.github.io/MaxMind-DB/. This spec is licensed under the Creative
1010
Commons Attribution-ShareAlike 3.0 Unported License.
1111

12-
See https://dev.maxmind.com/ for more details about MaxMind's GeoIP2 products.
12+
See https://dev.maxmind.com/ for more details about MaxMind's GeoIP products.
1313

1414
# License
1515

0 commit comments

Comments
 (0)