summaryrefslogtreecommitdiff
path: root/_posts/2011-02-15-mac-set-up-git.markdown
diff options
context:
space:
mode:
authorCameron McEfee <cameron@github.com>2011-03-01 17:30:00 -0800
committerCameron McEfee <cameron@github.com>2011-03-01 17:30:00 -0800
commit7ddec23e263bf8caed7d8575a413738956079269 (patch)
tree055c651f013629c8a92c80edddc40bb4e0b20253 /_posts/2011-02-15-mac-set-up-git.markdown
parenta68ea20caaf7e99e7a0a0ad9c4bdd03ca312a8b2 (diff)
removed dollar sign from output text lines
Diffstat (limited to '_posts/2011-02-15-mac-set-up-git.markdown')
-rw-r--r--_posts/2011-02-15-mac-set-up-git.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2011-02-15-mac-set-up-git.markdown b/_posts/2011-02-15-mac-set-up-git.markdown
index 57b1ea1..d339cdb 100644
--- a/_posts/2011-02-15-mac-set-up-git.markdown
+++ b/_posts/2011-02-15-mac-set-up-git.markdown
@@ -38,7 +38,7 @@ To make sure you generate a brand new key, you need to check if one already exis
<h4>Output</h4>
<pre class="terminal bootcamp">
- <span class="bash-output">$ This is output text.</span>
+ <span class="bash-output">This is output text.</span>
</pre>
<p>A line that does not begin with a $ is output text that is intended to give you information or tell you what to do next. We&rsquo;ve colored output text green in these bootcamp tutorials.</p>