aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKoushik Dutta <koush@koushikdutta.com>2013-07-04 15:34:12 -0700
committerKoushik Dutta <koush@koushikdutta.com>2013-07-04 15:34:12 -0700
commitae6bab7a11e088b655e7f18ad248f3b9d6b37218 (patch)
treefc6689b7a5d664bdd3a703f5526cc7552d786453 /README.md
parent8d440bfc429b1cbe362d15076f10209a15bf3067 (diff)
downloadAndroidAsync-ae6bab7a11e088b655e7f18ad248f3b9d6b37218.tar.gz
AndroidAsync-ae6bab7a11e088b655e7f18ad248f3b9d6b37218.tar.bz2
AndroidAsync-ae6bab7a11e088b655e7f18ad248f3b9d6b37218.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0435312..24554bd 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ AsyncHttpClient.getDefaultInstance().getFile(url, filename, new AsyncHttpClient.
-### Caching is supported too (experimental)
+### Caching is supported too
```java
// arguments are the http client, the directory to store cache files, and the size of the cache in bytes