Skip to content

Commit

Permalink
Merge pull request #377 from haeguri/master
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
sanex3339 committed Feb 21, 2019
2 parents 9e5cdb3 + babff02 commit 6216896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 6216896

Please sign in to comment.