change formatting

This commit is contained in:
Tommy Parnell
2016-02-26 07:23:40 -05:00
parent ce2cd1f2dd
commit 140314e448

View File

@@ -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: