Added more info to comment

This commit is contained in:
Gregory Oschwald 2013-09-19 08:07:24 -07:00
parent c642a32b0c
commit c584dbfd6b

View File

@ -130,6 +130,8 @@ require_once 'vendor/autoload.php';
use \GeoIp2\WebService\Client; use \GeoIp2\WebService\Client;
// This creates a Client object that can be reused across requests. // This creates a Client object that can be reused across requests.
// Replace "42" with your user ID and "license_key" with your license
// key.
$client = new Client(42, 'abcdef123456'); $client = new Client(42, 'abcdef123456');
// Replace "city" with the method corresponding to the web service that // Replace "city" with the method corresponding to the web service that