diff --git a/README.md b/README.md index 1f4c454..dacaba7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,16 @@ export default { You can stop the countdown timer anytime by passing `true` (Boolean) with `stop` props. +You can decide whether to show the days when they are zero by passing `true` (Boolean) with `showZeroDays` props. + +Example: + +``` +
{{ days | twoDigits }}
{{ days > 1 ? 'days' : 'day' }}