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