Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dy authored Jan 31, 2025
1 parent 41cc95d commit 56cb399
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 @@ -36,7 +36,7 @@ parse('27,681 ns') // => 27681 * ns
parse('duration: 1h:20min') // => 1 * h + 20 * m

// negatives
parse('-1hr 40mins') // => 1 * h + 40 * m
parse('-1hr 40mins') // => -1 * h - 40 * m

// exponents
parse('2e3s') // => 2000 * s
Expand Down

0 comments on commit 56cb399

Please sign in to comment.