feat: usage

This commit is contained in:
2022-09-05 15:17:19 +02:00
parent 2d6b9c8e55
commit 4312c09afc
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
# pretty-seconds-spanish
fork of pretty-seconds translated to spanish
fork of pretty-seconds translated to spanish
## usage
`const prettySeconds = require('pretty-seconds-spanish')`
then use `prettySeconds(60)`

View File

@@ -1,6 +1,6 @@
{
"name": "pretty-seconds-spanish",
"version": "2.0.1",
"version": "2.0.2",
"description": "pretty seconds translation to spanish",
"main": "./index.js",
"author": "Sr Izan <izan@srizan.ml>",