From 960c55843a83870fb95fc9b9d828c42b00000e17 Mon Sep 17 00:00:00 2001 From: Dmitry Zuikov Date: Sat, 25 Mar 2023 11:13:07 +0300 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1faab66..b5e46995 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ In short: 7. Add the repo as a new git remote 8. Work with git as usuall, push to the new created repo -Each update is subscribed with the private key from the keypair, so only +Each update is signed with the private key from the keypair, so only the person who has the private key may update the reflog. In fact, public key IS the reflog, and the private key is a proof of ownership.