diff --git a/README.md b/README.md index 5b968f7..fd1ec51 100644 --- a/README.md +++ b/README.md @@ -149,4 +149,5 @@ func ExampleUsage() { } ``` - +### Note +The call to `groupcache.NewHTTPPoolOpts()` is a bit misleading. `NewHTTPPoolOpts()` creates a new pool internally within the `groupcache` package where it is uitilized by any groups created. The `pool` returned is only a pointer to the internallly registered pool so the caller can update the peers in the pool as needed.