Skip to content

Commit c7a2d18

Browse files
committed
minor fix
1 parent b4f7a60 commit c7a2d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/node/web/ws/hello-ws/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hello-ws",
33
"version": "1.0.0",
44
"description": "Hello WebSocket example",
5-
"main": "start.js",
5+
"main": "app.js",
66
"scripts": {
77
"start": "node app.js"
88
},

0 commit comments

Comments
 (0)