Skip to content

Commit fbf8620

Browse files
committed
modify: max length
1 parent 35bc458 commit fbf8620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ arry[0] = 0x0A;
1616
arry[1] = 0x0B;
1717
arry[2] = 0x0C;
1818
arry[3] = 0x0D;
19-
const format = [{"dat": 4}]; // Max size, can be specified is 4.
19+
const format = [{"dat": 4}]; // Max size, can be specified is 8.
2020
const b2j = new BinaryToJSON();
2121
const data: any = b2j.convert(arry, format); // default endian is big
2222

0 commit comments

Comments
 (0)