Skip to content

Commit babff02

Browse files
authored
Update README.md
I fixed typo at source map CLI command.
1 parent 9e5cdb3 commit babff02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ Sets base url to the source map import url when [`sourceMapMode: 'separate'`](#s
691691
692692
CLI example:
693693
```
694-
javascript-obfuscator input.js --output out.js --sourceMap true --sourceMapBaseUrl 'http://localhost:9000'
694+
javascript-obfuscator input.js --output out.js --source-map true --source-map-base-url 'http://localhost:9000'
695695
```
696696
697697
Result:

0 commit comments

Comments
 (0)