From 24dea2348d91e2c85f7501d01852dcc2cad85e06 Mon Sep 17 00:00:00 2001 From: Anshul Sinha Date: Fri, 6 Oct 2023 06:37:31 -0700 Subject: [PATCH] doc: clarify explaination text on how to run the example PR-URL: https://github.com/nodejs/node/pull/39020 Reviewed-By: Antoine du Hamel --- doc/api/synopsis.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/synopsis.md b/doc/api/synopsis.md index 26aba04f535e21..dda2c5285dc605 100644 --- a/doc/api/synopsis.md +++ b/doc/api/synopsis.md @@ -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