We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parents909343e +34fc103 commit0654714Copy full SHA for 0654714
README.md
@@ -7,7 +7,7 @@ This library reads MaxMind
7
[GeoIP2](https://www.maxmind.com/en/geolocation_landing) databases.
8
9
This library is built using
10
-[the Go maxminddb reader](https://github.com/oschwald/maxminddb-golang/v2). All
+[the Go maxminddb reader](https://github.com/oschwald/maxminddb-golang). All
11
data for the database record is decoded using this library. Version 2.0
12
provides significant performance improvements with 56% fewer allocations and
13
34% less memory usage compared to v1. Version 2.0 also adds`Network` and