소스 검색

update README

sanex3339 9 년 전
부모
커밋
6053bdd006
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      readme.md

+ 4 - 2
readme.md

@@ -59,7 +59,7 @@ This is the main function that runs the Obfuscator. It takes two parameters, `so
 * `sourceCode` (`string`, default: `null`) – any valid source code, passed as a string variable. JS Obfuscator will parse this string and apply a set of modificating functions to it, generating a string with the new (obfuscated) code and printing it to the console;
 * `options` (`Object`, default: `null`) – an object literal.
 
-### CLI
+## CLI
 Usage: `javascript-obfuscator [options] < in.js > out.js`
 
 See CLI options below.
@@ -68,6 +68,8 @@ See CLI options below.
 
 At this moment of time, there are following options (`name: default`) available for the JS Obfuscator:
 
+#### options:
+
 ```javascript
 {
     compact: true,
@@ -84,7 +86,7 @@ At this moment of time, there are following options (`name: default`) available
 }
 ```
 
-CLI options
+#### CLI options:
 ```
     --compact <boolean>
     --debugProtection <boolean>