@@ -14,7 +14,7 @@ An example of a [web server][] written with Node.js which responds with
1414
1515Commands displayed in this document are shown starting with ` $ ` or ` > `
1616to replicate how they would appear in a user's terminal.
17- Do not include the ` $ ` and ` > ` character they are there to
17+ Do not include the ` $ ` and ` > ` characters. They are there to
1818indicate the start of each command.
1919
2020There are many tutorials and examples that follow this
@@ -27,8 +27,8 @@ the output of the previous command.
2727Firstly, make sure to have downloaded and installed Node.js.
2828See [ this guide] [ ] for further install information.
2929
30- Now, create an empty project folder called ` projects ` , navigate into it:
31- Project folder can be named base on user's current project title but
30+ Now, create an empty project folder called ` projects ` , then navigate into it.
31+ The project folder can be named based on the user's current project title, but
3232this example will use ` projects ` as the project folder.
3333
3434Linux and Mac:
@@ -60,7 +60,7 @@ hyphens (`-`) or underscores (`_`) to separate
6060 multiple words in filenames.
6161
6262Open ` hello-world.js ` in any preferred text editor and
63- paste in the following content.
63+ paste in the following content:
6464
6565``` js
6666const http = require (' http' );
0 commit comments