From 57132fdc198623198c70f893205bb87978de695d Mon Sep 17 00:00:00 2001 From: Jeff Clarke Date: Tue, 27 Jun 2017 20:56:00 -0400 Subject: [PATCH] Added doc for timeFormat config option --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index db778a3..6c39c46 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,12 @@ The following properties can be configured: Text you would like above the Forecast table

Default value: Forecast + + + timeFormat + How to format the time for hourly forecast. Use Moment.js supported formats (https://momentjs.com/docs/#/displaying/)
+
Default value: "h a" +