diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ Examples: ```go p, err := NewPool( - func() *exec.Cmd { return exec.Command("php", "worker.php") }, + func() *exec.Cmd { return exec.Command("php", "worker.php", "pipes") }, NewPipeFactory(), Config{ NumWorkers: uint64(runtime.NumCPU()), |