Skip to content

Commit 2dbbd39

Browse files
committed
docs: explained what node keyword does in terminal
1 parent 423ae41 commit 2dbbd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/synopsis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ server.listen(port, hostname, () => {
6969
});
7070
```
7171

72-
Save the file, go back to the terminal window, and enter the following command:
72+
Save the file and go back to the terminal. Entering the following commands run the file named `hello-world.js`:
7373

7474
```console
7575
$ node hello-world.js

0 commit comments

Comments
 (0)