Skip to content

Commit ba0ddf7

Browse files
authored
Merge pull request #75 from sqlitecloud/caheri/fix-nodejs-qs-typo
Fixed typo in Node.js Quick Start guide
2 parents 18c1a01 + 39630d6 commit ba0ddf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlite-cloud/quick-start-node.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ app.listen(3000, () => {
5252
```
5353
5. **Run your app**
5454
```bash
55-
node app.js
55+
node index.js
5656
```
5757
6. **View your web server response**
5858
- Open your browser and navigate to `http://localhost:3000/albums` to see your app in action.

0 commit comments

Comments
 (0)