]> git.mxchange.org Git - friendica-addons.git/blobdiff - geonames/README.md
Merge pull request 'Tumblr/Bluesky: Store the subscribed feed/tag' (#1416) from helue...
[friendica-addons.git] / geonames / README.md
index 16b85b371c90665d57a0c4a7c67e1479ff120121..7673840d36673aefb414d76c839f5657c5345a1d 100644 (file)
@@ -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.