From 840b4069f2b6e643c9a917b048a4f36a37a95c02 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Sun, 15 Jul 2018 18:43:48 -0700 Subject: [PATCH] Fix "signingkey" typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e09a34..23398cd 100644 --- a/README.md +++ b/README.md @@ -1306,7 +1306,7 @@ Log into GitHub and upload your SSH and PGP public keys. Then run the following commands: - > git config --global user.singingkey $KEYID + > git config --global user.signingkey $KEYID Make sure your user.email option matches the email associated with your PGP identity.