diff --git a/README.md b/README.md index a2c6955..f0597e2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GoRoutinesManager +# GRO (Go Routine Orchestrator) A lightweight, hierarchical goroutine supervision system for Go that centralizes goroutine creation, lifecycle control, and shutdown handling. This library prevents goroutine leaks, improves observability, and enforces safe concurrency patterns in production applications.