Skip to content

Commit dde4def

Browse files
author
Michelle Lewis
committed
Update config descriptions
1 parent cd5cd92 commit dde4def

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ return [
182182
|
183183
| You can specify a reader for specific providers, like GeoIp2, which
184184
| connect to a local file-database. The reader should be set to an
185-
| instance of the required reader class.
185+
| instance of the required reader class or an array containing the reader
186+
| class and arguments.
186187
|
187188
| Please consult the official Geocoder documentation for more info.
188189
| https://github.com/geocoder-php/geoip2-provider

config/geocoder.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
|
8989
| You can specify a reader for specific providers, like GeoIp2, which
9090
| connect to a local file-database. The reader should be set to an
91-
| instance of the required reader class.
91+
| instance of the required reader class or an array containing the reader
92+
| class and arguments.
9293
|
9394
| Please consult the official Geocoder documentation for more info.
9495
| https://github.com/geocoder-php/geoip2-provider

0 commit comments

Comments
 (0)