Skip to content

Commit 90db160

Browse files
committed
docs: explained what node keyword does in terminal v2
1 parent 2dbbd39 commit 90db160

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 and go back to the terminal. Entering the following commands run the file named `hello-world.js`:
72+
Save the file. Then, in the terminal window, to run the `hello-world.js` file, enter:
7373

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

0 commit comments

Comments
 (0)