From 15e41379ac195df9bbfb2eff02732d4fc3d127e1 Mon Sep 17 00:00:00 2001 From: Zwyx <29386932+Zwyx@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:25:01 +0800 Subject: [PATCH] Fix typo: replace `tomb` by `pass` in ReadMe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbd085b..0858570 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It uses the same GPG key to encrypt passwords and tomb, therefore you don't need * Create a password tomb with `pass tomb` - Create a new tomb and open it in `~/.password-store` - Initialize the password store with the same GPG key -* Use tomb as usual +* Use pass as usual * When finished, close the password tomb: `pass close` * To use pass again, you need to open the password tomb: `pass open`