Skip to content

Commit 2f9cd64

Browse files
authored
Update README.md
1 parent 5d1b1b2 commit 2f9cd64

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
@@ -15,7 +15,7 @@ import CircularCountDownTimer from "vuejs-circular-count-down-timer";
1515

1616
| Props | Description |
1717
| --- | --- |
18-
| initial_value | Initial value of timer, as seconds. (required) |
18+
| initial-value | Initial value of timer, as seconds. (required) |
1919
| stroke-width | Thickness of circle strokes in px. |
2020
| seconds-stroke-color | Color of stroke of seconds circle. |
2121
| minutes-stroke-color | Color of stroke of minutes circle. |
@@ -110,4 +110,4 @@ methods: {
110110
console.log(status); //{"value": 144, "seconds": 24, "minutes": 2, "hours": 0}
111111
}
112112
}
113-
````
113+
````

0 commit comments

Comments
 (0)