diff --git a/readme.md b/readme.md index 659fff7..51db2f2 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ The pool module provides a resource pool implementation that is safe to access f It supports: -- finalizing items when shrinking the pool +- explicitly finalizing items when shrinking the pool - monitoring the pool usage and state with events and statistics - max idle size and timeout based shrinking algorithms - a zero-config adaptive algorithm that can automatically adapt to changing resource usage characteristics @@ -13,7 +13,7 @@ It supports: Find the documentation here: - [lib.go](lib.go) -- https://godocs.io/code.squareroundforest.org/arpio/buffer +- https://godocs.io/code.squareroundforest.org/arpio/pool ---