Skip to content

Commit 67bc53e

Browse files
author
Adam Morse
committed
Merge pull request mrmrs#3 from battaglr/patch-1
Remove extra space
2 parents 689bfdb + b11a628 commit 67bc53e

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)