浏览代码

fix readme

in readme I found option `stringArrayCallsIndexType`, but if I change this option I didn't get any changes.
After check docs I saw what docs have another option `stringArrayIndexesType`. 
So, I suppouse I should replace this?
Black_Yuzia 4 年之前
父节点
当前提交
da703ff4c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -386,7 +386,7 @@ Following options are available for the JS Obfuscator:
     splitStrings: false,
     splitStringsChunkLength: 10,
     stringArray: true,
-    stringArrayCallsIndexType: [
+    stringArrayIndexesType: [
         'hexadecimal-number'
     ],
     stringArrayEncoding: [],