Forráskód Böngészése

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 éve
szülő
commit
da703ff4c3
1 módosított fájl, 1 hozzáadás és 1 törlés
  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: [],