Switch another <code> usage

This commit is contained in:
Gregory Oschwald 2014-10-29 09:03:25 -07:00
parent 1546532b39
commit 076213aedb

View File

@ -30,13 +30,12 @@ use Guzzle\Http\Exception\ServerErrorResponseException;
* The web service may not return any information for an entire record, in * 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. * 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 * 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 * points. First you create a web service object with your MaxMind `$userId`
* <code>$userId</code> and <code>$licenseKey</code>, then you call the method * and `$licenseKey`, then you call the method corresponding to a specific end
* corresponding to a specific end point, passing it the IP address you want * point, passing it the IP address you want to look up.
* to look up.
* *
* If the request succeeds, the method call will return a model class for * 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 * the end point you called. This model in turn contains multiple record