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.