mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01: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
|
|
@ -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…
Reference in New Issue
Block a user