From c5739f1f698c3374e152ee0cfb6a415ab9f4300e Mon Sep 17 00:00:00 2001 From: Manish Jethani Date: Mon, 23 Mar 2015 15:02:00 +0530 Subject: [PATCH] README edits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.