From 140314e448ded290a6eeb6c46d00d775c7d53e77 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Fri, 26 Feb 2016 07:23:40 -0500 Subject: [PATCH] change formatting --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e4b1da4..08c6523 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ Step 1: `git add .` OR `git add path/to/file` OR `git add *.png` -***doing git add . will stage all files in the current directory down that are not gitignored (and is often the easiest way)*** +*doing git add . will stage all files in the current directory down that are not gitignored (and is often the easiest way)* Step 2: