From 2e445dcd5d75c3990ce37e98c1630b59e3d1cee4 Mon Sep 17 00:00:00 2001 From: z0noxz Date: Fri, 20 Jan 2017 22:34:03 +0100 Subject: [PATCH] Fixed README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3ce4a7..56f106a 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ Install it: cd endrilo sudo ./setup.py install -Encode your message with any of the following ways: +Encode your message in any of the following ways: endrilo --encode "my secret message" echo -n "my secret message" | endrilo --encode-pipe endrilo --encode-file my-secret-file cat my-secret-file | endrilo --encode-pipe -Decode your message with any if the following ways: +Decode your message in any of the following ways: endrilo --decode "SBQloiNpSSJFk6IlibRkjhJFSSJFWqQlVCYliRQ=" echo -n "SBQloiNpSSJFk6IlibRkjhJFSSJFWqQlVCYliRQ=" | endrilo --decode-pipe