diff --git a/README.md b/README.md index 9336f4d..fc5b387 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,9 @@ func f(i int) error { func main() { worker := gwp.New(4) // Create pool with specified number of workers + worker.ShowProgress = true // Enable progress indicator - worker.ShowProgress = true // Show processing speed in progress indicator + worker.ShowSpeed = true // Show processing speed in progress indicator worker.EstimateCount = 100 // Set total number on jobs to calculate ETA for i := 0; i < 100; i++ {