mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: clarify explaination text on how to run the example
PR-URL: https://github.com/nodejs/node/pull/39020 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
@@ -71,7 +71,8 @@ server.listen(port, hostname, () => {
|
||||
});
|
||||
```
|
||||
|
||||
Save the file, go back to the terminal window, and enter the following command:
|
||||
Save the file. Then, in the terminal window, to run the `hello-world.js` file,
|
||||
enter:
|
||||
|
||||
```bash
|
||||
node hello-world.js
|
||||
|
||||
Reference in New Issue
Block a user