Skip to content

Commit 6e46e5f

Browse files
Update README.md
1 parent e4d89b6 commit 6e46e5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class IP2LocationAPI
5353
return false;
5454
}
5555
56-
$response = $this->get('http' . (($this->useSSL) ? 's' : '') . '://api.ip2location.com/?' . http_build_query([
56+
$response = $this->get('http' . (($this->useSSL) ? 's' : '') . '://api.ip2location.com/v2/?' . http_build_query([
5757
'key' => $this->apiKey,
5858
'ip' => $ip,
5959
'package' => $this->package,

0 commit comments

Comments
 (0)