Skip to content

Commit

Permalink
doc: clarify explaination text on how to run the example
Browse files Browse the repository at this point in the history
PR-URL: #39020
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
anshulshacks authored and targos committed Nov 11, 2023
1 parent f46bcf1 commit 2862f07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/synopsis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2862f07

Please sign in to comment.