Skip to content

Commit 50c5d2d

Browse files
committed
Merge branch 'rebuilds'
2 parents 5449844 + 9e936b1 commit 50c5d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenges/remote_control.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h3>Push Work to your Remote</h3>
176176
<p>In this case, we'll send our branch named 'master' to our remote on GitHub named 'origin'. </p>
177177
<code class="shell">git push origin master</code>
178178

179-
<p>Now go to your remote repository's page on github.com and refresh the page. <strong>Wow!</strong> Everything is now the same locally as it is remotely. Congrats on your first public repository!</p>
179+
<p>Now go to your remote repository's page on GitHub.com and refresh the page. <strong>Wow!</strong> Everything is now the same locally as it is remotely. Congrats on your first public repository!</p>
180180
</div>
181181

182182
<div class="verify bold-blue solid-box">

0 commit comments

Comments
 (0)