From 458efc69428d890e9d725ec4af318802c3adc470 Mon Sep 17 00:00:00 2001 From: IP2Location Date: Thu, 16 Jun 2022 16:51:10 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dabaefa..a8ba369 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Go Report Card](https://goreportcard.com/badge/github.com/ip2location/ip2location-go)](https://goreportcard.com/report/github.com/ip2location/ip2location-go) +[![Go Report Card](https://goreportcard.com/badge/github.com/ip2location/ip2location-go/v9)](https://goreportcard.com/report/github.com/ip2location/ip2location-go/v9) # IP2Location Go Package @@ -84,7 +84,7 @@ package main import ( "fmt" - "github.com/ip2location/ip2location-go" + "github.com/ip2location/ip2location-go/v9" ) func main() { @@ -147,7 +147,7 @@ Below are the methods supported in this package. package main import ( - "github.com/ip2location/ip2location-go" + "github.com/ip2location/ip2location-go/v9" "fmt" ) @@ -289,7 +289,7 @@ Below are the methods supported in this package. package main import ( - "github.com/ip2location/ip2location-go" + "github.com/ip2location/ip2location-go/v9" "fmt" "math/big" )