diff --git a/README.md b/README.md index 34adbf31..cd1bec89 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'