Skip to content

Commit e65eaf5

Browse files
authored
Merge pull request #2 from gjp4tw/main
Fix cli command
2 parents 032d33b + 854b515 commit e65eaf5

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)