Skip to content

Commit

Permalink
Update README.md (#125)
Browse files Browse the repository at this point in the history
formatting
  • Loading branch information
kleinron authored Mar 13, 2024
1 parent ddd49b4 commit 8d361b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const stopwatch = new statman.Stopwatch();
- `stop()` => stops the stopwatch, and returns the time elapsed in milliseconds

### restart
- `restart()` => performs a stop() and start()
- `restart()` => performs a `stop()` and `start()`

### split
- `split()` => temp stops the stopwatch, allow read() to return time based on when split occurs. Use `unsplit()` to resume the stopwatch
Expand Down

0 comments on commit 8d361b7

Please sign in to comment.