Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ipwhois-io committed Aug 28, 2019
1 parent 9b04ac4 commit a1be52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ipwhois provides response in the following languages:

```php
<?php
$ip = "CLIENT_IP_ADDRESS";
$ip = "8.8.4.4"; // CLIENT IPADDRESS
$location = get_ipwhois($ip);
$decodedLocation = json_decode($location, true);

Expand Down

0 comments on commit a1be52d

Please sign in to comment.