diff --git a/README.md b/README.md index 9117067..fe79f11 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Features: ## Overview A unit is a type that implements `WorkUnit` interface. The `Spawn()` method -of registered units are run in goroutines. +of each registered unit is spawned in its own goroutine. The `Manager` handles communication and synchronized shutdown procedure.