From a9312c83453da0f90721126e0df21d609911a836 Mon Sep 17 00:00:00 2001 From: night0721 Date: Sat, 12 Oct 2024 16:16:05 +0100 Subject: [PATCH] Update Usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 134993e..c61eb29 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ CLI implementation of Vernam cipher with perfect secrecy for communication # Usage ```sh -$ ./vernam +$ vernam # To encrypt/decrypt $ vernam -i message_to_tom -k key-1 -o encrypted_to_tom # To generate key