From 2063d3f423c3e17a0cc418bbe5a71d7e07182714 Mon Sep 17 00:00:00 2001 From: Aaron Brager Date: Sun, 17 Feb 2019 09:33:03 -0600 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ec106a..b4c1fc8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repo includes extensions and workflow examples for being able to attach an arbitrary number of GPG signatures to a given commit or tag. -Git already supports commit signing. These tools are intended to compliment +Git already supports commit signing. These tools are intended to complement that support by allowing a code reviewer and/or release engineer attach their signatures as well.