Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed Dec 1, 2024
1 parent 06141a9 commit ca66aab
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 @@ -65,7 +65,7 @@ parse('running length: 1hour:20mins') // => 1 * h + 20 * m
You can even use negatives

```js
parse('2hr -40mins') // => 1 * h + 20 * m
parse('-1hr 40mins') // => 1 * h + 40 * m
```

And exponents
Expand Down

0 comments on commit ca66aab

Please sign in to comment.