Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
I fixed typo at source map CLI command.
  • Loading branch information
haeguri committed Feb 21, 2019
1 parent 9e5cdb3 commit babff02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:
Expand Down

0 comments on commit babff02

Please sign in to comment.