From f5a2554aaaae3c7930ad542cf1d7cd800b7067ff Mon Sep 17 00:00:00 2001 From: Andrea Castello Date: Tue, 27 Oct 2020 12:44:45 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c888c9..e3e1ce6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Version 2.2.0 makes WURFL microservice client backward compatible with Python 2. - pywurfl (replaced by urrllib3) - @lru_cache (replaced by pylru) -While in orlder versions cache was used by default, in this version you'll have to use the `setCacheSize` function of the client to ensure it is created and used. +While in orlder versions cache was used by default, in this version you'll have to use the `set_cache_size` function of the client to ensure it is created and used. ## Python WURFL Microservice Client