From 8fbe297b402696f10c720b901d955b8507455300 Mon Sep 17 00:00:00 2001 From: Anshul Sinha Date: Sat, 12 Jun 2021 18:50:28 -0700 Subject: [PATCH] doc: clarify explaination text on how to run the example --- 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