Skip to content

Commit 703e419

Browse files
committed
More inverting bar docs
1 parent 2f27a26 commit 703e419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@ entities:
142142
143143
### Receding progress bar
144144
145-
By default, the progress bar will extend from left to right. If you'd like the bar instead to shrink from right to left (as if it were counting down, rather than counting up), reverse the bar direction and invert the percentage:
145+
By default, the progress bar will expand. If you'd like the bar instead to shrink (as if it were counting down, rather than counting up), reverse the bar direction and invert the percentage:
146146
147147
<img alt="Screenshot" src="https://raw.githubusercontent.com/rianadon/timer-bar-card/main/images/receding.png" width="378" height="42" />
148148
149149
```yaml
150-
bar_direction: rtl
150+
bar_direction: rtl # omit this for a left-aligned progress bar
151151
invert: true
152152
```
153153

0 commit comments

Comments
 (0)