summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-01-23 20:01:28 -0500
committerWolfy-J <[email protected]>2018-01-23 20:01:28 -0500
commit28019fa85281734a2eac78f9a245765b52a1424c (patch)
treee658d84c7b27e02b4c728562064e32b97bd7308e
parent5d8102d2ad57b1e556abb3bb7d06080b43eeb098 (diff)
example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a7ea4d4e..e986ce05 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Examples:
--------
```go
-pool, err := NewPool(
+p, err := NewPool(
func() *exec.Cmd { return exec.Command("php", "worker.php") },
NewPipeFactory(),
Config{