Skip to content

Commit

Permalink
switch port for cli example
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 13, 2011
1 parent f32fce4 commit 2fb9645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ cluster(server)
.use(cluster.pidfiles())
.use(cluster.debug())
.use(cluster.cli())
.listen(80);
.listen(3000);

0 comments on commit 2fb9645

Please sign in to comment.