diff --git a/README.md b/README.md index 80ae02f..7ea884a 100644 --- a/README.md +++ b/README.md @@ -32,16 +32,16 @@ git rm --cached -r dir ``` -##
-push existing project to Git - -```bash -git init -git add . -git commit -m "Add existing project files to Git" -git remote add origin https://github.com/cameronmcnz/example-website.git -git push -u -f origin master -``` +##
+ push existing project to Git + + ```bash + git init + git add . + git commit -m "Add existing project files to Git" + git remote add origin https://github.com/cameronmcnz/example-website.git + git push -u -f origin master + ```