From 658dc1296fa8f322b0a80f869dc77d5a82cf6fb0 Mon Sep 17 00:00:00 2001 From: Tiago Carvalho Date: Thu, 18 Dec 2025 18:56:19 +0000 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file(s) changed, 3 insertion(s)(+), 3 deletion(s)(-) diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -69,9 +69,9 @@ The entry `object` is a pointer to the respective git object being signed over, which typically assumes the form of a commit object. -On the other hand, `signature` contains the base64 encoded `signify` or -`minisign` signature over the raw (20 byte) id of `object`. The remaining -blobs, `version` and `algorithm`, represent the current version of the +Then, `signature` contains the base64 encoded `signify` or `minisign` +signature over the raw (20 byte) id of `object`. The remaining blobs, +`version` and `algorithm`, represent the current version of the `git-signify` tree format and the algorithm (`minisign` or `signify`) being used, respectively. -- tangled.sh