Skip to content

Commit

Permalink
Fix KiB unit when {binary: true} (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jul 15, 2023
1 parent 8ee1403 commit 246a046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -12,7 +12,7 @@ const BYTE_UNITS = [

const BIBYTE_UNITS = [
'B',
'kiB',
'KiB',
'MiB',
'GiB',
'TiB',
Expand Down

0 comments on commit 246a046

Please sign in to comment.