Skip to content

Commit b11a628

Browse files
author
Luciano Battagliero
committed
Remove extra space
1 parent 689bfdb commit b11a628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Common markup patterns I use for developing websites.
2626
* git remote -v will allow you to check that you have changed the remote origin correctly. The output should look like:
2727
```bash
2828
origin git@github.com:yourUserName/yourNewRepoName.git (fetch)
29-
origin git@github.com:yourUserName/yourNewRepoName.git (push)
29+
origin git@github.com:yourUserName/yourNewRepoName.git (push)
3030
```
3131

3232
Now your set up to use this in a new project.

0 commit comments

Comments
 (0)