From 06e891f9a9846486a7d088907de8b29cf58da692 Mon Sep 17 00:00:00 2001 From: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com> Date: Fri, 17 May 2024 18:37:35 +0100 Subject: [PATCH] Update doc --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index e54ebb0..8bb6091 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -683,7 +683,7 @@ The name of the city and country to fetch weather information for. Attempting to Whether to show the temperature in celsius or fahrenheit, possible values are `metric` or `imperial`. #### `hour-format` -Whether to show the hours of the day in 12-hour format or 24-hour format +Whether to show the hours of the day in 12-hour format or 24-hour format. Possible values are `12h` and `24h`. ##### `hide-location` Optionally don't display the location name on the widget. @@ -1136,4 +1136,4 @@ Example: The source of the iframe. ##### `height` -The height of the iframe. The minimum allowed height is 50. \ No newline at end of file +The height of the iframe. The minimum allowed height is 50.