From 594d855f19cddc028d2e8d04df596554e3786355 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sat, 21 Mar 2020 23:40:43 -0700 Subject: [PATCH] Move status badges. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e82fce5..9797135 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ -# Secretive +# Secretive ![Test](https://github.com/maxgoedjen/secretive/workflows/Test/badge.svg) ![Release](https://github.com/maxgoedjen/secretive/workflows/Release/badge.svg) + Secretive is an app for storing and managing SSH keys in the Secure Enclave. It is inspired by the [sekey project](https://github.com/sekey/sekey), but rewritten in Swift with no external dependencies and with a handy native management app. Screenshot of Secretive -![Test](https://github.com/maxgoedjen/secretive/workflows/Test/badge.svg) -![Release](https://github.com/maxgoedjen/secretive/workflows/Release/badge.svg) ## Why?