From 1cf536fd9acf28387aae3e34aa1c17a2b526f993 Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Mon, 18 Mar 2019 16:56:38 +0000 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad06f24..6a4734e 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ $duration = Duration::week(); $duration->inSeconds(); // 604,800 $duration->inMinutes(); // 10,080 -$duration->inHours(); // 168 -$duration->inDays(); // 7 -$duration->inWeeks(); // 1 +$duration->inHours(); // 168 +$duration->inDays(); // 7 +$duration->inWeeks(); // 1 ``` You can also chain the call (as you would likely do when setting a config value):