diff --git a/README.md b/README.md index e008c82..43b94fa 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ Usage ## Worker ```go -// Limit number of concurrent jobs execution. Use worker.Unlimited (0) if you want no limitation. +// Limit number of concurrent jobs execution. +// Use worker.Unlimited (0) if you want no limitation. w := worker.New(worker.OneByOne) w.ErrHandler = func(e error) { log.Println(e)