You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/atom-coderoad/2016-01-02-installation.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,13 @@ Atom CodeRoad has several key dependencies before starting:
25
25
<tr>
26
26
<td>NodeJS</td>
27
27
<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 />
29
29
Download the latest from <a href="//nodejs.org">nodejs.org</a>.</td>
30
30
</tr>
31
31
<tr>
32
32
<td>NPM</td>
33
33
<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>
Copy file name to clipboardExpand all lines: _posts/builder-coderoad/2016-01-02-installation.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,13 @@ Builder CodeRoad has several key dependencies before starting:
25
25
<tr>
26
26
<td>NodeJS</td>
27
27
<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 />
29
29
Download the latest from <a href="//nodejs.org">nodejs.org</a>.</td>
30
30
</tr>
31
31
<tr>
32
32
<td>NPM</td>
33
33
<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>
0 commit comments