From c29e90561b3003336755ee1589298374c90bcf5b Mon Sep 17 00:00:00 2001 From: Peter Nijssen Date: Wed, 15 May 2019 13:47:16 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b58f66d..8a9104d 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ cards: | name | string | PostNL | v0.8 | Override the card name | | icon | string | mdi:mailbox | v0.8 | Icon next to the card name | | hide | object | object | v0.8 | Control specifically information fields to show. | -| date_format | string | DD MMM YYYY | v0.9 | Overrides the default date format. (Requires MomentJS) | -| time_format | string | HH:mm | v0.9 | Overrides the default time format. (Requires MomentJS) | +| date_format | string | DD MMM YYYY | v0.9 | Overrides the default date [format](https://momentjs.com/docs/#/displaying/format/). (Requires MomentJS) | +| time_format | string | HH:mm | v0.9 | Overrides the default time [format](https://momentjs.com/docs/#/displaying/format/). (Requires MomentJS) | | past_days |integer | 1 | v0.9 | Defines how many days you want to see from the past. (Requires MomentJS) |