From 3439d73a9b8251871c646d53b39c039979c54bdb Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Thu, 3 Sep 2020 13:18:21 -0700 Subject: [PATCH] fix readme list indent --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d92b485..bc7131d 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ used for editing and rekeying the secret files. ## Features * Secrets are encrypted with SSH keys -** system public keys via `ssh-keyscan` -** can use public keys available on GitHub for users (for example, https://github.com/ryantm.keys) + * system public keys via `ssh-keyscan` + * can use public keys available on GitHub for users (for example, https://github.com/ryantm.keys) * No GPG * Very little code, so it should be easy for you to audit