Skip to content

Commit 0654714

Browse files
authored
Merge pull request #145 from philippgille/patch-1
Fix link to maxminddb reader library in README
2 parents 909343e + 34fc103 commit 0654714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This library reads MaxMind
77
[GeoIP2](https://www.maxmind.com/en/geolocation_landing) databases.
88

99
This library is built using
10-
[the Go maxminddb reader](https://github.com/oschwald/maxminddb-golang/v2). All
10+
[the Go maxminddb reader](https://github.com/oschwald/maxminddb-golang). All
1111
data for the database record is decoded using this library. Version 2.0
1212
provides significant performance improvements with 56% fewer allocations and
1313
34% less memory usage compared to v1. Version 2.0 also adds `Network` and

0 commit comments

Comments
 (0)