summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5aa97e51..a7ea4d4e 100644
--- a/README.md
+++ b/README.md
@@ -24,9 +24,9 @@ Examples:
```go
pool, err := NewPool(
- func() *exec.Cmd { return exec.Command("php", "worker.php") },
- NewPipeFactory(),
- Config{
+ func() *exec.Cmd { return exec.Command("php", "worker.php") },
+ NewPipeFactory(),
+ Config{
NumWorkers: uint64(runtime.NumCPU()),
AllocateTimeout: time.Second,
DestroyTimeout: time.Second,