diff --git a/README.md b/README.md index ee8ce86..e0a0aae 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,13 @@ Verify the installation: To encode a secret: - typo '1984' message.txt > message.typo.txt + typo 1984 message.txt > message.typo.txt Where "1984" is the secret. To decode a secret: - typo -d -g message.txt < message.typo.txt + typo -dg message.txt < message.typo.txt Where message.txt is the original file.