Skip to content

Commit db2a65c

Browse files
oschwaldclaude
andcommitted
Fix minor README style issues
- Hyphenate "Debian-based" (compound adjective) - Standardize "endpoint" spelling (was inconsistent) - Remove extra space in Requirements heading Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6e00f14 commit db2a65c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ enabled.
5656

5757
If you will be making web service requests, you must have the PHP
5858
[cURL extension](https://php.net/manual/en/book.curl.php)
59-
installed to use this archive. For Debian based distributions, this can
59+
installed to use this archive. For Debian-based distributions, this can
6060
typically be found in the `php-curl` package. For other operating
6161
systems, please consult the relevant documentation. After installing the
6262
extension you may need to restart your web server.
@@ -388,17 +388,17 @@ following:
388388

389389
### What data is returned? ###
390390

391-
While many of the end points return the same basic records, the attributes
392-
which can be populated vary between end points. In addition, while an end
393-
point may offer a particular piece of data, MaxMind does not always have every
394-
piece of data for any given IP address.
391+
While many of the endpoints return the same basic records, the attributes
392+
which can be populated vary between endpoints. In addition, while an
393+
endpoint may offer a particular piece of data, MaxMind does not always have
394+
every piece of data for any given IP address.
395395

396-
Because of these factors, it is possible for any end point to return a record
396+
Because of these factors, it is possible for any endpoint to return a record
397397
where some or all of the attributes are unpopulated.
398398

399399
See the
400400
[GeoIP2 web service docs](https://dev.maxmind.com/geoip/docs/web-services?lang=en)
401-
for details on what data each end point may return.
401+
for details on what data each endpoint may return.
402402

403403
The only piece of data which is always returned is the `ipAddress`
404404
attribute in the `GeoIp2\Record\Traits` record.
@@ -445,7 +445,7 @@ If you are having an issue with a MaxMind service that is not specific
445445
to the client API, please see
446446
[our support page](https://www.maxmind.com/en/support).
447447

448-
## Requirements ##
448+
## Requirements ##
449449

450450
This library requires PHP 8.1 or greater.
451451

0 commit comments

Comments
 (0)