Skip to content

Commit 6c6bb09

Browse files
authored
docs: update report the port (#573)
1 parent 12a5e8e commit 6c6bb09

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
@@ -26,7 +26,7 @@ const ProxyChain = require('proxy-chain');
2626
const server = new ProxyChain.Server({ port: 8000 });
2727

2828
server.listen(() => {
29-
console.log(`Proxy server is listening on port ${8000}`);
29+
console.log(`Proxy server is listening on port ${server.port}`);
3030
});
3131
```
3232

0 commit comments

Comments
 (0)