Skip to content

Commit

Permalink
docs: update report the port
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored Jan 25, 2025
1 parent 12a5e8e commit bc7556a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit bc7556a

Please sign in to comment.