Skip to content

Commit 148cde3

Browse files
committed
minor fixes on the doc
1 parent 71a3f4b commit 148cde3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Chain | `chain`
2727
[Geonames](http://www.geonames.org/commercial-webservices.html) | `geonames` | yes |no | worldwide | requires registration, no free tier
2828
[Google Maps](https://developers.google.com/maps/documentation/geocoding/) | `google_maps` | yes | supported | worldwide | requires API key. Limit 2500 requests per day
2929
[Google Maps for Business](https://developers.google.com/maps/documentation/business/) | `google_maps_business` | yes | supported | worldwide | requires API key. Limit 100,000 requests per day
30-
[MapQuest](http://developer.mapquest.com/web/products/dev-services/geocoding-ws) | yes | no | worldwide | both open and [commercial service](http://platform.mapquest.com/geocoding/) require API key
30+
[MapQuest](http://developer.mapquest.com/web/products/dev-services/geocoding-ws) | `map_quest` | yes | no | worldwide | both open and [commercial service](http://platform.mapquest.com/geocoding/) require API key
3131
[Nominatim](http://wiki.openstreetmap.org/wiki/Nominatim) | `nominatim` | yes | supported | worldwide | requires a domain name (e.g. local installation)
3232
[OpenCage](http://geocoder.opencagedata.com/) | `opencage` | yes | supported | worldwide | requires API key. 2500 requests/day free
3333
[OpenStreetMap](http://wiki.openstreetmap.org/wiki/Nominatim) | `openstreetmap` | yes | no | worldwide | heavy users (>1q/s) get banned
@@ -40,12 +40,11 @@ Provider | Name | IPv4? | IPv6? | Terms | Notes
4040
:-------- |:---- |:----- |:----- |:----- |:-----
4141
[FreeGeoIp](http://freegeoip.net/) | `free_geo_ip` | yes | yes
4242
[GeoIPs](http://www.geoips.com/en/) | `geo_ips` | yes | no | requires API key
43-
[GeoIP2](https://www.maxmind.com/en/geoip2-databases) (Maxmind) |
44-
`maxmind_geoip2` | yes | yes |
43+
[GeoIP2](https://www.maxmind.com/en/geoip2-databases) (Maxmind) | `maxmind_geoip2` | yes | yes |
4544
[GeoPlugin](http://www.geoplugin.com/) | `geo_plugin` | yes | yes |
4645
[HostIp](http://www.hostip.info/use.html) | `host_ip` | yes | no
4746
[IpInfoDB](http://ipinfodb.com/) | `ip_info_db` | yes | no | requires API key. | city precision
48-
Geoip| | | wrapper around the [PHP extension](http://php.net/manual/en/book.geoip.php) which must be installed
47+
Geoip | `geoip` | | | | wrapper around the [PHP extension](http://php.net/manual/en/book.geoip.php) which must be installed
4948
[MaxMind](https://www.maxmind.com/) web service | `maxmind` | yes | yes | requires Omni API key | City/ISP/Org and Omni services, IPv6 on country level
5049
MaxMind Binary file | `maxmind_binary` | yes | yes | | needs locally installed database files
5150

@@ -84,7 +83,7 @@ $ composer require willdurand/geocoder
8483
Usage
8584
-----
8685

87-
[Geocoder](https://github.com/geocoder-php/Geocoder) and its compagnion
86+
[Geocoder](https://github.com/geocoder-php/Geocoder) and its companion
8887
[Geocoder Extra](https://github.com/geocoder-php/geocoder-extra) provides a lot
8988
of providers.
9089

0 commit comments

Comments
 (0)