Skip to content

Commit 11f5015

Browse files
committed
Updated README
1 parent c1f49eb commit 11f5015

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ An optional second parameter is the decimal place to round to.
55

66
## Sample
77
filesize(1500); // "1.46MB"
8+
89
filesize("1500000000"); // "1.40TB"
10+
911
filesize("1500000000", 0); // "1TB"
1012

1113
## Information

0 commit comments

Comments
 (0)