Skip to content

Commit 8f6d614

Browse files
authored
Update Node-and-Packages.md
1 parent bb94b56 commit 8f6d614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Node-and-Packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Install `express`
119119

120120
An example of web server JavaScript code that will listen on a specific port and render "Hello, world" if the API address is visited.
121121

122-
#### index.js file
122+
Save the following code in a file called `index.js`
123123

124124
```javascript
125125
const express = require('express');

0 commit comments

Comments
 (0)