Skip to content

Commit 854b515

Browse files
committed
Fix cli command
1 parent 032d33b commit 854b515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ pip install python-obfuscator
1717

1818
Print out obfuscated code
1919
```
20-
pyobfuscator -i your_file.py
20+
pyobfuscate -i your_file.py
2121
```
2222

2323
Apply changes to the input file
2424
```
25-
pyobfuscator -i your_file.py -r True
25+
pyobfuscate -i your_file.py -r True
2626
```
2727

2828
## More Detailed Documentation

0 commit comments

Comments
 (0)