1
0
Fork 0

fix formatting in README for interval timer app

master
James G 2021-11-26 12:48:20 -05:00
parent 2ae9585193
commit 4f5ec608de
1 changed files with 7 additions and 7 deletions

View File

@ -6,28 +6,28 @@ An interval timer for workouts and whatever else!
First set the active time (i.e. the number of seconds to perform exercises).
![Set Active Time](images\set-active.png)
![Set Active Time](images/set-active.png)
Next set the rest time (i.e. number of seconds to rest between exercises).
![Set Rest Time](images\set-rest.png)
![Set Rest Time](images/set-rest.png)
Finally choose the number of sets to perform.
![Set Number Sets](images\set-sets.png)
![Set Number Sets](images/set-sets.png)
Active time will be shown in red, rest time in green. The watch will buzz whenever active or rest time gets to 0.
![Timer (active)](images\timer1.png)
![Timer (rest)](images\timer2.png)
![Timer (active)](images/timer1.png)
![Timer (rest)](images/timer2.png)
You can press the physical button during timer countdown to pause the timer.
![Paused](images\pause.png)
![Paused](images/pause.png)
View after all sets are completed. Press menu to change settings or restart to start timer again with the same settings.
![Completed view](images\done.png)
![Completed view](images/done.png)
## Creator