From 21842747aa91039c18d75dc39a3edf4a77eb3d1b Mon Sep 17 00:00:00 2001 From: Fabrice Aneche Date: Fri, 3 Jan 2014 17:19:17 -0800 Subject: [PATCH] update documentation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d8d6a052..fb9f79ce5 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ It provides: - A guarantee that main thread will never be blocked - Performances! - Use GCD and ARC +- Arm64 support -NOTE: The version 3.0 of SDWebImage isn't fully backward compatible with 2.0 and requires iOS 5.0 +NOTE: The version 3.0 of SDWebImage isn't fully backward compatible with 2.0 and requires iOS 5.1.1 minimum deployement version. If you need iOS < 5.0 support, please use the last [2.0 version](https://github.com/rs/SDWebImage/tree/2.0-compat). [How is SDWebImage better than X?](https://github.com/rs/SDWebImage/wiki/How-is-SDWebImage-better-than-X%3F)