spm

Personal fork of spm (simple password manager)

commit 5e65a5493152182552be44b4afab3e9f9ec889fa
parent 49013558132f926ad6d041b2d55bf786898a08cd
Author: Klemens Nanni <kl3@posteo.org>
Date: Wed, 8 Jun 2016 22:00:17 +0200

README: Change wording, typofix
1 file changed, 2 insertions(+), 2 deletions(-)
M
README.md
|
4
++--
diff --git a/README.md b/README.md
@@ -2,9 +2,9 @@ spm - simple password manager
 =============================
 
 spm is a single fully POSIX shell compliant script utilizing [GnuPG](https://gnupg.org/) in
-combination with the most basic tools only such as find(1) and tree(1).
+combination with basic tools such as find(1) and tree(1).
 
-Passwords as saved as individually encrypted files inside a directory structure
+Passwords are saved as individually encrypted files inside a directory structure
 of arbitrary depth. Directory and file names represent group and entry names
 respectively.