Skip to content

Commit a825ebb

Browse files
committed
Update README.md
1 parent e3c4e56 commit a825ebb

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
@@ -77,7 +77,7 @@ Use following codes in your application for get geolocation information.
7777
define('IP2LOCATION_LANGUAGE', 'zh-cn');
7878

7979
$ipl = new IP2Location_lib();
80-
$countryCode = $ipl->getWebService('8.8.8.8');
80+
print_r ($ipl->getWebService('8.8.8.8'));
8181

8282
## Dependencies
8383
This module requires IP2Location BIN data file or IP2Location API key to function. You may download the BIN data file at

0 commit comments

Comments
 (0)