From e19ef73caf72f8c8f6f21c053e20cc3b6c576886 Mon Sep 17 00:00:00 2001 From: Abhinandan-Khurana Date: Wed, 6 Mar 2024 19:43:52 +0530 Subject: [PATCH] final changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3bc340..d2e6764 100644 --- a/README.md +++ b/README.md @@ -13,21 +13,21 @@ Encounter a superior layer of security with this file encryption and decryption ```bash go run . help -EncryptGuard.exe help +EncryptGuard help ``` Encrypt ```bash go run . encrypt test.jpeg -EncryptGuard.exe encrypt test.jpeg +EncryptGuard encrypt test.jpeg ``` Decrypt ```bash go run . decrypt test.jpeg -EncryptGuard.exe decrypt test.jpeg +EncryptGuard decrypt test.jpeg ```