summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 733282f6..af9b1fb6 100644
--- a/README.md
+++ b/README.md
@@ -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()),