Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis1982 committed Mar 18, 2019
1 parent 5822883 commit 1cf536f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 1cf536f

Please sign in to comment.