Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed Jan 25, 2025
1 parent 555f84f commit 1ed3f92
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 @@ -10,7 +10,7 @@ Convert a human readable duration to ms.
```js
import parse from 'parse-duration'

// Parse different time units
// parse different time units
let ns = parse('1ns') // => 1 / 1e6
let μs = parse('1μs') // => 1 / 1000
let ms = parse('1ms') // => 1
Expand Down

0 comments on commit 1ed3f92

Please sign in to comment.