Skip to content

Commit

Permalink
Merge pull request #75 from nchelluri/patch-1
Browse files Browse the repository at this point in the history
Fix 404 in README, updating reference to external repo
  • Loading branch information
oschwald committed Jun 4, 2021
2 parents 395f8df + 169443f commit f8b0583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ This library is built using
All data for the database record is decoded using this library. If you only
need several fields, you may get superior performance by using maxminddb's
`Lookup` directly with a result struct that only contains the required fields.
(See [example_test.go](https://github.com/oschwald/maxminddb-golang/blob/master/example_test.go)
(See [example_test.go](https://github.com/oschwald/maxminddb-golang/blob/main/example_test.go)
in the maxminddb repository for an example of this.)

## Installation ##
Expand Down

0 comments on commit f8b0583

Please sign in to comment.