Skip to content

Commit

Permalink
README edits
Browse files Browse the repository at this point in the history
  • Loading branch information
mjethani committed Mar 23, 2015
1 parent f6ecd2b commit c5739f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c5739f1

Please sign in to comment.