From 3f2d7d8dcbadab0711981044e36cd9fedf5895dc Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 21 Dec 2023 02:02:02 +0200 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39cbcf6..a7530f7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ $rss = new \Twisterarmy\Twister\Rss(); ##### Time -Convert RSS time to datetime format ([Documentation](https://www.php.net/manual/en/datetime.format.php)) +Convert RSS time to datetime format, `U` by default + +[Documentation](https://www.php.net/manual/en/datetime.format.php) ###### Example @@ -40,7 +42,7 @@ Convert RSS fields to twister message format, `{title} {link}` by default ###### Mask -* `{time}` - formatted time string by `setTimeFormat`, `U` by default +* `{time}` - formatted time string by `setTimeFormat` * `{link}` - target link * `{title}` - item title