File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ The files in the zip archive are:
6262 <td><code>GeoIP2-Enterprise-ISP.CSV</code></td>
6363 <td>
6464 CSV file containing data on ISPs. This may be cross referenced with
65- the various blocks files using the shared ` isp_id` key.
65+ the various blocks files using the shared <code> isp_id</code> key.
6666 </td>
6767 </tr>
6868
@@ -112,7 +112,7 @@ ISPs.
112112 <td>integer</td>
113113 <td>
114114 The identifier for the ISP. This key can be cross referenced with the
115- ` isp_id` in the Blocks files.
115+ <code> isp_id</code> in the Blocks files.
116116 </td>
117117 </tr>
118118 <tr>
Original file line number Diff line number Diff line change @@ -132,19 +132,19 @@ All strings are returned as ASCII.
132132 <p>The possible error codes are:</p>
133133 <ul>
134134 <li>
135- ` PERMISSION_REQUIRED` – You do not have permission to use the
135+ <code> PERMISSION_REQUIRED</code> – You do not have permission to use the
136136 service. Please
137137 <a href="https://support.maxmind.com/knowledge-base"
138138 >contact our support team</a
139139 >
140140 for more information.
141141 </li>
142- <li>` LICENSE_REQUIRED` – You must provide a license key.</li>
142+ <li><code> LICENSE_REQUIRED</code> – You must provide a license key.</li>
143143 <li>
144- ` INVALID_LICENSE_KEY` – The license key provided is invalid.
144+ <code> INVALID_LICENSE_KEY</code> – The license key provided is invalid.
145145 </li>
146146 <li>
147- ` MAX_REQUESTS_REACHED` – This error will be returned if your
147+ <code> MAX_REQUESTS_REACHED</code> – This error will be returned if your
148148 account is out of queries or if an invalid license key is
149149 provided.
150150 </li>
You can’t perform that action at this time.
0 commit comments