diff options
| author | Cameron McEfee <cameron@github.com> | 2011-03-01 17:30:00 -0800 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-03-01 17:30:00 -0800 |
| commit | 7ddec23e263bf8caed7d8575a413738956079269 (patch) | |
| tree | 055c651f013629c8a92c80edddc40bb4e0b20253 /_posts | |
| parent | a68ea20caaf7e99e7a0a0ad9c4bdd03ca312a8b2 (diff) | |
removed dollar sign from output text lines
Diffstat (limited to '_posts')
| -rw-r--r-- | _posts/2011-02-15-linux-set-up-git.markdown | 2 | ||||
| -rw-r--r-- | _posts/2011-02-15-mac-set-up-git.markdown | 2 | ||||
| -rw-r--r-- | _posts/2011-02-15-win-set-up-git.markdown | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/_posts/2011-02-15-linux-set-up-git.markdown b/_posts/2011-02-15-linux-set-up-git.markdown index 3177929..36004b6 100644 --- a/_posts/2011-02-15-linux-set-up-git.markdown +++ b/_posts/2011-02-15-linux-set-up-git.markdown @@ -54,7 +54,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’ve colored output text green in these bootcamp tutorials.</p> 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’ve colored output text green in these bootcamp tutorials.</p> diff --git a/_posts/2011-02-15-win-set-up-git.markdown b/_posts/2011-02-15-win-set-up-git.markdown index 2db5d8d..c1605b7 100644 --- a/_posts/2011-02-15-win-set-up-git.markdown +++ b/_posts/2011-02-15-win-set-up-git.markdown @@ -51,7 +51,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’ve colored output text green in these bootcamp tutorials.</p> |
