Skip to content

Commit 04e129b

Browse files
committed
specify codeblocks in table
1 parent 2547d75 commit 04e129b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_posts/atom-coderoad/2016-01-02-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Atom CodeRoad has several key dependencies before starting:
2525
<tr>
2626
<td>NodeJS</td>
2727
<td>>0.10.x</td>
28-
<td>Check your version with `> node -v`.<br />
28+
<td>Check your version with <code>> node -v</code>.<br />
2929
Download the latest from <a href="//nodejs.org">nodejs.org</a>.</td>
3030
</tr>
3131
<tr>
3232
<td>NPM</td>
3333
<td>>3.x.x</td>
34-
<td>Check your version with `> npm -v`.<br />NPM comes installed with NodeJS, and can be updated with `> npm install -g npm`.</td>
34+
<td>Check your version with <code>> npm -v</code>.<br />NPM comes installed with NodeJS, and can be updated with <code>> npm install -g npm</code>.</td>
3535
</tr>
3636
<tr>
3737
<td>Atom Editor</td>

_posts/builder-coderoad/2016-01-02-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Builder CodeRoad has several key dependencies before starting:
2525
<tr>
2626
<td>NodeJS</td>
2727
<td>>0.10.x</td>
28-
<td>Check your version with `> node -v`.<br />
28+
<td>Check your version with <code>> node -v</code>.<br />
2929
Download the latest from <a href="//nodejs.org">nodejs.org</a>.</td>
3030
</tr>
3131
<tr>
3232
<td>NPM</td>
3333
<td>>3.x.x</td>
34-
<td>Check your version with `> npm -v`.<br />NPM comes installed with NodeJS, and can be updated with `> npm install -g npm`.</td>
34+
<td>Check your version with <code>> npm -v</code>.<br />NPM comes installed with NodeJS, and can be updated with <code>> npm install -g npm</code>.</td>
3535
</tr>
3636
<tr>
3737
<td>Atom Editor</td>

0 commit comments

Comments
 (0)