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 ```