Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: update report the port
  • Loading branch information
Kikobeats authored Jan 25, 2025
commit bc7556ad550f500043e2a55ad1d45b300d921ccd
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const ProxyChain = require('proxy-chain');
const server = new ProxyChain.Server({ port: 8000 });

server.listen(() => {
console.log(`Proxy server is listening on port ${8000}`);
console.log(`Proxy server is listening on port ${server.port}`);
});
```

Expand Down