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:
Anshul Sinha
2023-10-06 06:37:31 -07:00
committed by GitHub
parent b866e38192
commit 24dea2348d

View File

@@ -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