Skip to content

Commit f22c17c

Browse files
authored
README.MD type fix
splitStringsChunkLength must be a number
1 parent dcc5039 commit f22c17c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ Performance will 50-100% slower than without obfuscation
904904
selfDefending: true,
905905
shuffleStringArray: true,
906906
splitStrings: true,
907-
splitStringsChunkLength: '5',
907+
splitStringsChunkLength: 5,
908908
stringArray: true,
909909
stringArrayEncoding: 'rc4',
910910
stringArrayThreshold: 1,
@@ -934,7 +934,7 @@ Performance will 30-35% slower than without obfuscation
934934
selfDefending: true,
935935
shuffleStringArray: true,
936936
splitStrings: true,
937-
splitStringsChunkLength: '10',
937+
splitStringsChunkLength: 10,
938938
stringArray: true,
939939
stringArrayEncoding: 'base64',
940940
stringArrayThreshold: 0.75,

0 commit comments

Comments
 (0)