Skip to content

Commit

Permalink
Fix URL to show correctly
Browse files Browse the repository at this point in the history
Closes #104
  • Loading branch information
jlord committed Mar 6, 2016
1 parent 723163f commit 6c30218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/dictionary.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h2>Git Remotes</h2>
<li><strong>Add remote connections</strong></li>
<code class="shell">git remote add &#60;REMOTENAME&#62; &#60;URL&#62;</code>
<li><strong>Set a URL to a remote</strong></li>
<code class="shell">git remote set-url &#60;REMOTENAME&#62; <URL></code>
<code class="shell">git remote set-url &#60;REMOTENAME&#62; &#60;URL&#62;</code>
<li><strong>View remote connections</strong></li>
<code class="shell">git remote -v</code>
</ul>
Expand Down

0 comments on commit 6c30218

Please sign in to comment.