Skip to content

Commit

Permalink
docs: Rebuilt readme with tldw
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Feb 1, 2020
1 parent cb9b7a2 commit 9ebd7b6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,19 @@ npm install --save @jaid/readable-ms@^2.0.2



## Example

```javascript
import readableMs from "readable-ms"

const result = readableMs(3021)
```

Variable `result` will now be:

```javascript
"3s 21ms"
```



Expand Down

0 comments on commit 9ebd7b6

Please sign in to comment.