diff --git a/README.md b/README.md index 616f9f0..c84f989 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This patch doesn't definitively differentiate onion v2 from v3, via `CryptRsa.py ### Script explained - move `upgrade_file/CryptEd25519.py` and `upgrade_file/CryptRsa.py` to `ZeroPath/src/Crypt/` - replace in `ZeroPath/src/Tor/TorManager.py` the 2 words `RSA1024` with `ED25519-V3` -- add the new line `from Crypt import CryptEd25519` to the top of the files: +- add new line `from Crypt import CryptEd25519` to the top of the files: - `ZeroPath/src/Tor/TorManager.py` - `ZeroPath/plugins/AnnounceZero/AnnounceZeroPlugin.py`