Skip to content

Commit

Permalink
properties fixed in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaldop committed Mar 24, 2019
1 parent 7e46304 commit eafbaa5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ If you need to customize the Pomodoro timer behavior, you can use one of the fol
|----------------|-------------|----------------------------------------------------------------------------------------|------------------|
| **minutes** | `25` | _sets the minutes of the countdown_ | Number |
| **seconds** | `0` | _sets the seconds of the countdowm_ | Number |
| **pomodoroLabel** | `Pomodoro Timer` | _adds a descriptive label to the timer container_ | String |
| **startLabel** | `Start` | _adds a descriptive label to the start button of the timer_ | String |
| **pauseLabel** | `Pause` | _adds a descriptive label to the pause button of the timer_ | String |
| **resetLabel** | `Reset` | _adds a descriptive label to the reset button of the timer_ | String |
| **pomodoro-label** | `Pomodoro Timer` | _adds a descriptive label to the timer container_ | String |
| **start-label** | `Start` | _adds a descriptive label to the start button of the timer_ | String |
| **pause-label** | `Pause` | _adds a descriptive label to the pause button of the timer_ | String |
| **reset-label** | `Reset` | _adds a descriptive label to the reset button of the timer_ | String |
| **muted** | `false` | _defines if the timer must play a sound when the countdown ends._ | Boolean |
| **theme** | `dark` | _defines the styles of the timer. It comes with three different styles. `bare`, `light` and `dark` are the available options._ | String |

Expand Down

0 comments on commit eafbaa5

Please sign in to comment.