mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02: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:
parent
b866e38192
commit
24dea2348d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue