Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Mar 2, 2012
1 parent c1f49eb commit 11f5015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ An optional second parameter is the decimal place to round to.

## Sample
filesize(1500); // "1.46MB"

filesize("1500000000"); // "1.40TB"

filesize("1500000000", 0); // "1TB"

## Information
Expand Down

0 comments on commit 11f5015

Please sign in to comment.