ソースを参照

Merge pull request #613 from qwertyforce/patch-1

README.MD type fix
Timofey Kachalov 5 年 前
コミット
cc85f93f98
1 ファイル変更2 行追加2 行削除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -904,7 +904,7 @@ Performance will 50-100% slower than without obfuscation
     selfDefending: true,
     shuffleStringArray: true,
     splitStrings: true,
-    splitStringsChunkLength: '5',
+    splitStringsChunkLength: 5,
     stringArray: true,
     stringArrayEncoding: 'rc4',
     stringArrayThreshold: 1,
@@ -934,7 +934,7 @@ Performance will 30-35% slower than without obfuscation
     selfDefending: true,
     shuffleStringArray: true,
     splitStrings: true,
-    splitStringsChunkLength: '10',
+    splitStringsChunkLength: 10,
     stringArray: true,
     stringArrayEncoding: 'base64',
     stringArrayThreshold: 0.75,