From 69049330d02124b557084043158bf4e550061566 Mon Sep 17 00:00:00 2001 From: Kyle West Date: Tue, 24 Jan 2012 13:43:20 -0500 Subject: [PATCH] typo in the readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34adbf3..cd1bec8 100644 --- a/README.md +++ b/README.md @@ -376,7 +376,7 @@ Since the gitconfig doesn't contain the user info, I recommend using env variabl **Put the following in your ~/.secrets file which is automatically referenced by the provided zshrc:** # Set your git user info - export GIT_AUTHOR_NAME='You Name' + export GIT_AUTHOR_NAME='Your Name' export GIT_AUTHOR_EMAIL='you@domain.com' export GIT_COMMITTER_NAME='Your Name' export GIT_COMMITTER_EMAIL='you@domain.com'