fix readme

This commit is contained in:
Alexey Danilov
2015-10-23 16:32:48 +03:00
parent e7f471983d
commit e4ab124d57

View File

@@ -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();
}
```