X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=geonames%2FREADME.md;h=16b85b371c90665d57a0c4a7c67e1479ff120121;hb=d0954b453ad634830e8d8af5bd3621589e3b8514;hp=ba90dc5d3a581f3bceb9613429b47f830d7e17b5;hpb=94636961599e795941c9575e672297114e7befe7;p=friendica-addons.git diff --git a/geonames/README.md b/geonames/README.md index ba90dc5d..16b85b37 100644 --- a/geonames/README.md +++ b/geonames/README.md @@ -3,13 +3,14 @@ Geonames Addon Authors Mike Macgirvin. -Use Geonames service to resolve nearest populated location for given latitude, longitude. +Use [Geonames service](https://www.geonames.org) to resolve nearest populated location for given latitude, longitude. ## Installation -Pre-requisite: Register a username at geonames.org and set in config/addon.ini.php +Pre-requisite: Register a username at https://www.geonames.org/login and set it in `config/addon.config.php` - [geonames] - username = your_username + 'geonames' => [ + 'username' => 'your_username' + ], -Also visit http://geonames.org/manageaccount and enable access to the free web services. \ No newline at end of file +Also visit https://geonames.org/manageaccount and enable access to the free web services.