From 319e420d31022a62db87e6ea2512d0b07dc3df9a Mon Sep 17 00:00:00 2001 From: Jason Mulligan Date: Sat, 3 Mar 2012 07:19:25 -0500 Subject: [PATCH] Updated README --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 8de13ec..68dbb9d 100644 --- a/README.md +++ b/README.md @@ -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