Skip to content

Commit 7bc227e

Browse files
committed
Updating README
1 parent 1dee34f commit 7bc227e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ _*(boolean)*_ Enables `bit` sizes, default is `false`
1818
_*(number)*_ Specifies the SI suffix via exponent, e.g. `2` is `MB` for bytes, default is `-1`
1919

2020
### fullform
21-
_*(boolean)*_ Enables long form of unit of measure, default is `false`
21+
_*(boolean)*_ Enables full form of unit of measure, default is `false`
2222

2323
### output
2424
_*(string)*_ Output of function (`array`, `exponent`, `object`, or `string`), default is `string`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "filesize",
33
"description": "JavaScript library to generate a human readable String describing the file size",
4-
"version": "3.5.1",
4+
"version": "3.5.2",
55
"homepage": "http://filesizejs.com",
66
"author": "Jason Mulligan <[email protected]>",
77
"repository": {

0 commit comments

Comments
 (0)