Skip to content

Commit 35cf941

Browse files
authored
Merge pull request #126 from quist00/patch-1
Update 03-sharing.md
2 parents b34b9cf + 4eea103 commit 35cf941

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/03-sharing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ $ git remote -v
9292
~~~
9393
{: .language-bash }
9494
~~~
95-
origin https://github.com/<your_github_username>/hello-world (fetch)
96-
origin https://github.com/<your_github_username>/hello-world (push)
95+
origin git@github.com:<your_github_username>/hello-world.git (fetch)
96+
origin git@github.com:<your_github_username>/hello-world.git (push)
9797
~~~
9898
{: .output}
9999

0 commit comments

Comments
 (0)