File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,15 +248,15 @@ <h2>Now what?</h2>
248
248
< li >
249
249
< p > Use the command line to navigate to the project directory.</ p >
250
250
< p > On a Mac, launch Terminal. On a Windows machine, you’re looking for Command Prompt.</ p >
251
- < p > To change directories, type cd followed by a space and then the path to the project directory.</ p >
251
+ < p > To change directories, type < code > cd </ code > followed by a space and then the path to the project directory.</ p >
252
252
</ li >
253
253
</ ol >
254
254
</ div >
255
255
< div class ="column ">
256
256
< ol >
257
257
< li >
258
258
< p > Run < code > npm install</ code > .</ p >
259
- < p > Both < a href ="http://nodejs.com "> Node</ a > and < a href ="http://gulpjs.com "> Gulp</ a > are prerequisties for this and the following step.</ p >
259
+ < p > Both < a href ="http://nodejs.com "> Node</ a > and < a href ="http://gulpjs.com "> Gulp</ a > are prerequisites for this and the following step.</ p >
260
260
</ li >
261
261
< li >
262
262
< p > Run < code > gulp</ code > .</ p >
You can’t perform that action at this time.
0 commit comments