X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=geonames%2FREADME.md;h=7673840d36673aefb414d76c839f5657c5345a1d;hb=7a8f8fcbd2c4a916511a6d421a81b83b5ba84a6a;hp=16b85b371c90665d57a0c4a7c67e1479ff120121;hpb=2394700e29d184f1bd6d5403387b3c4293a58940;p=friendica-addons.git diff --git a/geonames/README.md b/geonames/README.md index 16b85b37..7673840d 100644 --- a/geonames/README.md +++ b/geonames/README.md @@ -7,10 +7,12 @@ Use [Geonames service](https://www.geonames.org) to resolve nearest populated lo ## Installation -Pre-requisite: Register a username at https://www.geonames.org/login and set it in `config/addon.config.php` +Pre-requisite: Register a username at https://www.geonames.org/login and set it in `config/geonames.config.php`: - 'geonames' => [ - 'username' => 'your_username' - ], + return [ + 'geonames' => [ + 'username' => 'your_username' + ], + ]; Also visit https://geonames.org/manageaccount and enable access to the free web services.