From a3cd20573e6c339dc512dd9f8595359da89ec81f Mon Sep 17 00:00:00 2001 From: Arpad Ryszka Date: Sat, 14 Mar 2026 22:01:26 +0100 Subject: [PATCH] fix readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ---