Skip to content

Commit bdc0b38

Browse files
committed
readme update
1 parent 2c22cdd commit bdc0b38

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,7 @@ export default function App() {
142142
| key | Type | Required | Description |
143143
| --- | --- | --- | ---- |
144144
| autoStart | boolean | No | if set to `true` stopwatch will auto start |
145-
| offsetTimestamp | number | No | this will define the initial stopwatch offset example:
146-
`const stopwatchOffset = new Date(); stopwatchOffset.setSeconds(stopwatchOffset.getSeconds() + 300);`
147-
this will result in a 5 minutes offset and stopwatch will start from 0:0:5:0 instead of 0:0:0:0 |
145+
| offsetTimestamp | number | No | this will define the initial stopwatch offset example: `const stopwatchOffset = new Date(); stopwatchOffset.setSeconds(stopwatchOffset.getSeconds() + 300);` this will result in a 5 minutes offset and stopwatch will start from 0:0:5:0 instead of 0:0:0:0 |
148146

149147
### Values
150148

0 commit comments

Comments
 (0)