From c83123b09ab67563983c5ad517f7c5afb9e3a7a5 Mon Sep 17 00:00:00 2001 From: s2 Date: Wed, 16 Jan 2019 21:08:32 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a600eb..c498deb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ If you received a message from someone that was encrypted with this script, you ``` bash <(curl -s https://sshenc.sh/sshenc.sh) -s ~/.ssh/id_rsa < file-containing-the-encrypted-text.txt ``` -sshenc.sh uses openssl under the hood, so you need to have that installed in yout path to make it work. +sshenc.sh uses openssl under the hood, so you need to have that installed in your path to make it work. ## Install ```