From 26dc0c2c5710730758f58afb8ee24834514cf336 Mon Sep 17 00:00:00 2001 From: Ricardo Torres Date: Wed, 1 Apr 2015 17:11:54 +0200 Subject: [PATCH] Fix typo on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aea66b4..c086feb 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ What does this look like to the typical user? * Re-encrypt the file: `blackbox_edit_end FILENAME` * Commit the changes. `git commit -a` or `hg commit` -Wait... it can be even easier than than! +Wait... it can be even easier than that! Run `blackbox_edit FILENAME`, and it'll decrypt the file in a temp file and call `$EDITOR` on it, re-encrypting again after the editor is closed.