LearnBoost / cluster

Node.JS multi-core server manager with plugins support.
http://learnboost.github.com/cluster
MIT License
2.29k stars 159 forks source link

Typo in pidfiles documentation #69

Closed TrevorBurnham closed 13 years ago

TrevorBurnham commented 13 years ago

A small correction: The pidfiles page gives the example

.use(cluster.logger('/var/run/node'))

when I'm fairly certain it should say

.use(cluster.pidfiles('/var/run/node'))
tj commented 13 years ago

awesome, yeah a typo, thanks!