Skip to content

Commit 76e4943

Browse files
authored
Fixed typo
1 parent aa7733c commit 76e4943

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
@@ -6,7 +6,7 @@ This is a simple Python tool to encode/decode your passwords, private keys etc.
66
You can run the simple_encoder_decoder.py directly with Python or create your own exe file for Windows/Linux/Mac:
77
```
88
pip install pyinstaller
9-
pyinstaller --onefile cc:/your_path/simple_encoder_decoder.py
9+
pyinstaller --onefile c:/your_path/simple_encoder_decoder.py
1010
```
1111

1212
There are 3 main functions which you can use in your projects to encode/decode texts:

0 commit comments

Comments
 (0)