From c1bdc324127e7578ef1405a85553a21b725b57c5 Mon Sep 17 00:00:00 2001 From: Stuart Stephens Date: Fri, 1 Nov 2024 12:43:16 -0400 Subject: [PATCH] set quotations properly --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 327cd627..f30821bd 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ### Git Config -`git config --global user.name StuartStephens` -`git config --global user.email contact@stuartstephens.com` +`git config --global user.name "StuartStephens"` +`git config --global user.email "contact@stuartstephens.com"` `git config --global --add --bool push.autoSetupRemote true` ### Install Neovim