visionmedia / bytes.js

node byte string parser
MIT License
458 stars 57 forks source link

Initial commit. Change kB to KB #43

Closed majames closed 7 years ago

majames commented 7 years ago

Updated index.js to return the correct 'KB' option instead of 'kB' where appropriate. 'kB' is 1000 bytes and 'KB' is 1024 bytes.

majames commented 7 years ago

@dougwilson could you please approve the PR :)

dougwilson commented 7 years ago

Cool, idk how I missed you saying it was fixed. I just need to merge this into the 3.0 branch, which I can't do from github since the pr was made against master. Please give me a couple days or so.