浏览代码

readme fix

sanex3339 9 年之前
父节点
当前提交
5b408fa4b3
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      readme.md

+ 3 - 3
readme.md

@@ -91,14 +91,14 @@ Type: `boolean` Default: `true`
 
 Disable `console.log`, `console.info`, `console.error` and `console.warn` messages output into browser console.
 
-####encodeUnicodeArray
+####encodeUnicodeLiterals
 Type: `boolean` Default: `false`
 
 #####`unicodeArray` option must be enabled
 
 This option can slightly slowdown your code speed.
 
-All strings in unicode array becomes encoded in Base64.
+All literals in unicode array becomes encoded in Base64.
 To decode strings, special function will be inserted on page under `unicodeArray` node.
 
 ####reservedNames
@@ -106,7 +106,7 @@ Type: `string[]` Default: `[]`
 
 Disable obfuscation of given variable names, function names and names of function parameters.
 
-####rotateUnicodeLiterals
+####rotateUnicodeArray
 Type: `boolean` Default: `true`
 
 #####`unicodeArray` option must be enabled