diff --git a/README.md b/README.md index 8eec15f..60f8038 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,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.