Skip to content

Commit 246a046

Browse files
authored
Fix KiB unit when {binary: true} (#81)
1 parent 8ee1403 commit 246a046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const BYTE_UNITS = [
1212

1313
const BIBYTE_UNITS = [
1414
'B',
15-
'kiB',
15+
'KiB',
1616
'MiB',
1717
'GiB',
1818
'TiB',

0 commit comments

Comments
 (0)