milanvrekic / JS-humanize

A JS library for adding a “human touch” to data.
MIT License
396 stars 72 forks source link

Fixes #6 filesizeformat uses the wrong symbols #16

Closed vinnymac closed 10 years ago

vinnymac commented 10 years ago

I fixed the symbols for the filesizeformat method. Gb, Mb, and Kb were changed to the correct symbols GB, MB, and KB.

For more information on what symbols to use for various byte sizes.