Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Mar 3, 2012
1 parent 8339154 commit 319e420
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# filesize.js
filesize.js provides a simple way to get a human readable file size string from a number (float or integer) or another string.

An optional second parameter is the decimal place to round to.

The maximum supported size is a terabyte. When hard drives get bigger, I'll add support for petabytes.
filesize.js provides a simple way to get a human readable file size string from a number (float or integer) or another string. An optional second parameter is the decimal place to round to. The maximum supported size is a terabyte. When hard drives get bigger, I'll add support for petabytes.

## Examples
``` js
Expand Down

0 comments on commit 319e420

Please sign in to comment.