Browse Source

Update readme

sanex3339 9 years ago
parent
commit
c9015de705
1 changed files with 1 additions and 2 deletions
  1. 1 2
      readme.md

+ 1 - 2
readme.md

@@ -111,8 +111,7 @@ Type: `boolean` Default: `true`
 
 
 #####`unicodeArray` option must be enabled
 #####`unicodeArray` option must be enabled
 
 
-For the better understanding of a code, during each obfuscation all literal values are stored in array as Unicode code sequence.
-This option will rotate all values inside array on a random value during obfuscation of code, and insert inside source code helper function
+This option will rotate all values inside `unicodeArray` on a random value during obfuscation of code, and insert inside source code helper function
 which will rotate array values back to their original indexes.
 which will rotate array values back to their original indexes.
 
 
 This option affects only a visual code organisation, because we can easily get original array during debug process.
 This option affects only a visual code organisation, because we can easily get original array during debug process.