Skip to content

Commit 24dea23

Browse files
authored
doc: clarify explaination text on how to run the example
PR-URL: #39020 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent b866e38 commit 24dea23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/synopsis.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ server.listen(port, hostname, () => {
7171
});
7272
```
7373

74-
Save the file, go back to the terminal window, and enter the following command:
74+
Save the file. Then, in the terminal window, to run the `hello-world.js` file,
75+
enter:
7576

7677
```bash
7778
node hello-world.js

0 commit comments

Comments
 (0)