Skip to content

Commit 044e5a4

Browse files
authored
Update README.md
1 parent 6478bcd commit 044e5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Publish the required package configuration file using the artisan command:
5757
Edit the `config/openweather.php` file and modify the `api_key` value with your Open Weather Map api key.
5858
```php
5959
return [
60-
'api_key' => 'ae9f7b6a0cfc2563ec1d24f3c267ad42',
60+
'api_key' => '',
6161
'lang' => 'en',
6262
'date_format' => 'm/d/Y',
6363
'time_format' => 'h:i A',

0 commit comments

Comments
 (0)