diff --git a/README.md b/README.md index 3cbe2d8..b7afe79 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ or can limit total count of files in cache: ```java private HttpProxyCacheServer newProxy() { return new HttpProxyCacheServer.Builder(this) - .maxCacheSize(20) + .maxCacheFilesCount(20) .build(); } ```