diff options
-rw-r--r-- | weather-widget/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weather-widget/README.md b/weather-widget/README.md index 2bf7271..91593c8 100644 --- a/weather-widget/README.md +++ b/weather-widget/README.md @@ -61,7 +61,7 @@ weather_curl_widget({ both_units_widget = true, font_name = 'Carter One', icons = 'VitalyGorbachev', - icons_extension = '.png', + icons_extension = '.svg', show_hourly_forecast = true, show_daily_forecast = true, }), @@ -122,7 +122,7 @@ weather_curl_widget({ both_units_widget = true, font_name = 'Carter One', icons = 'VitalyGorbachev', - icons_extension = '.png', + icons_extension = '.svg', show_hourly_forecast = true, show_daily_forecast = true, }), |