summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-01-28 16:53:07 +0300
committerWolfy-J <[email protected]>2018-01-28 16:53:07 +0300
commite8452de745acb7c729339bca4130a4f041324f3a (patch)
treebca687620f3b9c27cb23e4c912fdc1bc9b6944f9
parentf80a058feae6cf39f754df3c7c2a0ee8c894e5a6 (diff)
cs
-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()),