We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6478bcd commit 044e5a4Copy full SHA for 044e5a4
README.md
@@ -57,7 +57,7 @@ Publish the required package configuration file using the artisan command:
57
Edit the `config/openweather.php` file and modify the `api_key` value with your Open Weather Map api key.
58
```php
59
return [
60
- 'api_key' => 'ae9f7b6a0cfc2563ec1d24f3c267ad42',
+ 'api_key' => '',
61
'lang' => 'en',
62
'date_format' => 'm/d/Y',
63
'time_format' => 'h:i A',
0 commit comments