From 076213aedb0240dcced07004e249f34041e971a6 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Wed, 29 Oct 2014 09:03:25 -0700 Subject: [PATCH] Switch another usage --- src/GeoIp2/WebService/Client.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/GeoIp2/WebService/Client.php b/src/GeoIp2/WebService/Client.php index dfccc3b..45db4ae 100644 --- a/src/GeoIp2/WebService/Client.php +++ b/src/GeoIp2/WebService/Client.php @@ -30,13 +30,12 @@ use Guzzle\Http\Exception\ServerErrorResponseException; * The web service may not return any information for an entire record, in * which case all of the attributes for that record class will be empty. * - * **Usage** + * ## Usage ## * * The basic API for this class is the same for all of the web service end - * points. First you create a web service object with your MaxMind - * $userId and $licenseKey, then you call the method - * corresponding to a specific end point, passing it the IP address you want - * to look up. + * points. First you create a web service object with your MaxMind `$userId` + * and `$licenseKey`, then you call the method corresponding to a specific end + * point, passing it the IP address you want to look up. * * If the request succeeds, the method call will return a model class for * the end point you called. This model in turn contains multiple record