From dadb740c4700d70000ce8f5369f1c5152764d332 Mon Sep 17 00:00:00 2001 From: Rounak Date: Tue, 10 Feb 2015 17:54:33 +0530 Subject: [PATCH] fixed typo aync -> async --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65411360a..f5fb843d5 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ It's also possible to use the async image downloader independently: ### Using Asynchronous Image Caching Independently -It is also possible to use the aync based image cache store independently. SDImageCache +It is also possible to use the async based image cache store independently. SDImageCache maintains a memory cache and an optional disk cache. Disk cache write operations are performed asynchronous so it doesn't add unnecessary latency to the UI.