소스 검색

Merge pull request #377 from haeguri/master

Fix typo in README.md
Timofey Kachalov 6 년 전
부모
커밋
6216896978
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -691,7 +691,7 @@ Sets base url to the source map import url when [`sourceMapMode: 'separate'`](#s
  
 CLI example:
 ```
-javascript-obfuscator input.js --output out.js --sourceMap true --sourceMapBaseUrl 'http://localhost:9000'
+javascript-obfuscator input.js --output out.js --source-map true --source-map-base-url 'http://localhost:9000'
 ```
 
 Result: