Skip to content

Commit d47e121

Browse files
committed
docs: updated to more recent version
1 parent 2be58b0 commit d47e121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ server.on('listening', function () {
246246
// WS
247247
var wsAddr = server.http.address()
248248
var wsHost = wsAddr.address !== '::' ? wsAddr.address : 'localhost'
249-
var wsPort = wsAddr.port
249+
var wsPort = wsAddr.port
250250
console.log(`WebSocket tracker: ws://${wsHost}:${wsPort}`)
251251

252252
})

0 commit comments

Comments
 (0)